next try for actions #2
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 25s

This commit is contained in:
Jens Heinitz
2026-07-28 20:11:28 +02:00
parent fb1b82f5d5
commit a70fad1aaf
+3
View File
@@ -5,6 +5,9 @@ on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
volumes:
- /opt/gitea/data/runner/runner:/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!"