Update '.gitea/workflows/demo.yaml'
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 12s

This commit is contained in:
2023-07-20 03:11:49 +00:00
parent e92772590a
commit 976ae85878

View File

@@ -7,7 +7,7 @@ jobs:
container:
image: catthehacker/ubuntu:act-latest
valid_volumes:
- '/run/user/1000/docker.sock'
- '*'
options: '-e DOCKER_HOST=unix:///run/user/1000/docker.sock -v /run/user/1000/docker.sock:/run/user/1000/docker.sock'
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."