Update .gitea/workflows/demo.yml
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 24s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 24s
This commit is contained in:
@@ -5,6 +5,8 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
options: --security-opt label=disable --security-opt seccomp=unconfined
|
||||||
steps:
|
steps:
|
||||||
- run: echo We are running!
|
- run: echo We are running!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user