更新 .gitea/workflows/action.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s
Details
This commit is contained in:
parent
deca0a15d0
commit
dd4641d164
|
@ -4,15 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: linux_server
|
runs-on: local
|
||||||
# container: node:21
|
|
||||||
# container:
|
|
||||||
# image: ghcr.nju.edu.cn/catthehacker/ubuntu:act-latest
|
|
||||||
# volumes:
|
|
||||||
# - /run/docker.sock:/run/docker.sock
|
|
||||||
# env:
|
|
||||||
# DOCKER_ORG: gitea
|
|
||||||
# DOCKER_LATEST: latest
|
|
||||||
steps:
|
steps:
|
||||||
- run: docker ps
|
- run: docker ps
|
||||||
# - name: Init Env
|
# - name: Init Env
|
||||||
|
|
Loading…
Reference in New Issue