Update .gitea/workflows/demo.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
b0xxer 2025-04-17 09:15:12 -05:00
parent 379631d5d9
commit 9e47161130

View File

@ -7,7 +7,10 @@ jobs:
runs-on: ubuntu-latest
container:
image: docker.gitea.com/runner-images:ubuntu-latest
options: --security-opt label=disable --security-opt seccomp=unconfined
options:
--security-opt label=disable
--security-opt seccomp=unconfined
--cap-add=SYS_ADMIN
steps:
- 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!"