„.gitea/workflows/build.yml“ ändern
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 25s
Gitea Actions Demo / Test-Job (push) Successful in 5s

This commit is contained in:
2023-07-11 23:45:00 +02:00
parent ca40d308e2
commit aef1f2e42c
+7
View File
@@ -17,3 +17,10 @@ jobs:
run: | run: |
ls ${{ github.workspace }} ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."
Test-Job:
runs-on: ubuntu-latest
steps:
- name: Print greeting
run: echo "Hello world!"
- name: Print goodbye
run: echo "Done - bye!"