Update .gitea/workflows/ci.yml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 27s
Gitea Actions Demo / tag-only-job (push) Has been skipped

This commit is contained in:
dany 2024-07-25 22:28:13 +02:00
parent 520aceaf6b
commit fd54cb244c

View File

@ -4,7 +4,11 @@ on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ci-tools runs-on: act-runner
container:
image: iohubdev/ci-tools:latest
volumes:
- /public:/public
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!"