Compare commits

...
2 Commits
Author SHA1 Message Date
Jens Heinitz c2f34151b6 next try for actions #3
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 26s
2026-07-28 21:10:45 +02:00
Jens Heinitz 19e6dcb0e1 test 2026-07-28 21:10:45 +02:00
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
volumes: volumes:
- /opt/gitea/data/runner/runner:/workspace - data:/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!"