更新 .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:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: linux_server
|
||||
# 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
|
||||
runs-on: local
|
||||
steps:
|
||||
- run: docker ps
|
||||
# - name: Init Env
|
||||
|
|
Loading…
Reference in New Issue