更新了很多包

This commit is contained in:
sijinhui 2024-01-30 22:06:03 +08:00
parent 537736992f
commit 7bc6011783
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: 'dev'
clean: false
clean: true
github-server-url: 'https://gh.siji.ci'
- name: build and deploy to Docker Hub
run: |

View File

@ -23,7 +23,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v3
with:
clean: false
clean: true
github-server-url: 'https://gh.siji.ci'
- name: build and deploy to Docker Hub
run: |