更新 .gitea/workflows/pms.yaml
Docker Deploy / build-and-deploy (push) Has been cancelled Details

This commit is contained in:
root 2024-08-17 18:16:54 +08:00
parent 6dd544589b
commit fc42bb80d7
1 changed files with 2 additions and 1 deletions

View File

@ -28,9 +28,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
uses: http://${{vars.DOMAIN}}:5678/actions/setup-go@v4
with:
go-version: '1.22'
- name: Checkout Repo
uses: http://${{vars.DOMAIN}}:5678/actions/checkout@v4