test
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in -44s

This commit is contained in:
2025-03-20 11:43:27 +01:00
parent 3e86c8d74a
commit 58d0f105a7

View File

@@ -5,6 +5,10 @@ on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: shell runs-on: shell
defaults:
run:
working-directory: ${{ gitea.workspace }}
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
@@ -17,3 +21,6 @@ jobs:
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."
- run: cat docker-compose.yml