更新 .gitea/workflows/test.yaml
This commit is contained in:
parent
23b15477be
commit
92632ea12d
|
@ -5,10 +5,10 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
# container:
|
||||||
image: ghcr.m.daocloud.io/catthehacker/ubuntu:act-latest
|
# image: ghcr.m.daocloud.io/catthehacker/ubuntu:act-latest
|
||||||
volumes:
|
# volumes:
|
||||||
- /var/run/user/1000/docker.sock:/var/run/docker.sock
|
# - /var/run/user/1000/docker.sock:/var/run/docker.sock
|
||||||
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!"
|
||||||
|
|
Loading…
Reference in New Issue