Update .gitea/workflows/build.yaml
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
name: Gitea Actions Demo
|
||||
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: linux-x64
|
||||
@@ -17,4 +18,4 @@ jobs:
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
path: /var/www/html
|
||||
path: /var/www/html
|
||||
Reference in New Issue
Block a user