diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 65e20ca..df53819 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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 \ No newline at end of file