简化镜像仓库同步 workflow (#5004)

This commit is contained in:
Glavo
2025-12-19 16:02:02 +08:00
committed by GitHub
parent dc7c883962
commit 9ec494664c
4 changed files with 32 additions and 39 deletions

View File

@@ -97,6 +97,9 @@ jobs:
run: go install "cnb.cool/looc/git-cnb@$GIT_CNB_VERSION"
env:
GIT_CNB_VERSION: '1.1.2'
- name: Update mirror repositories
if: ${{ env.continue == 'true' }}
uses: ./.github/workflows/mirror.yml
- name: Create CNB release
if: ${{ env.continue == 'true' }}
run: |