mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-07 23:12:46 +08:00
Add stats script for not sync image (#92)
This commit is contained in:
3
.github/workflows/check.yml
vendored
3
.github/workflows/check.yml
vendored
@@ -26,6 +26,9 @@ jobs:
|
||||
https_proxy: socks5://127.0.0.1:8080
|
||||
run: |
|
||||
./hack/diff.sh
|
||||
- name: Stats the number of not sync images
|
||||
run: |
|
||||
./hack/stats-not-sync.sh sync.log
|
||||
- name: Update badge
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
3
.github/workflows/deep-check.yml
vendored
3
.github/workflows/deep-check.yml
vendored
@@ -27,6 +27,9 @@ jobs:
|
||||
https_proxy: socks5://127.0.0.1:8080
|
||||
run: |
|
||||
./hack/diff.sh
|
||||
- name: Stats the number of not sync images
|
||||
run: |
|
||||
./hack/stats-not-sync.sh sync.log
|
||||
- name: Update badge
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Reference in New Issue
Block a user