Update .gitea/workflows/build.yaml

This commit is contained in:
2023-12-28 18:56:14 +01:00
parent 3d35977e57
commit 2df03900ee

View File

@@ -2,6 +2,7 @@
name: Gitea Actions Demo name: Gitea Actions Demo
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
on: [push] on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: linux-x64 runs-on: linux-x64
@@ -17,4 +18,4 @@ jobs:
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
path: /var/www/html path: /var/www/html