use workspace as volume
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 24s

This commit is contained in:
Jens Heinitz
2026-07-28 21:23:02 +02:00
parent c2f34151b6
commit 3dd8b72b34
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
volumes: volumes:
- data:/workspace - /workspace:/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!"