mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-11-05 18:06:13 +08:00
Fix the stats
This commit is contained in:
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
@@ -26,9 +26,6 @@ jobs:
|
|||||||
https_proxy: socks5://127.0.0.1:8080
|
https_proxy: socks5://127.0.0.1:8080
|
||||||
run: |
|
run: |
|
||||||
./hack/diff.sh
|
./hack/diff.sh
|
||||||
- name: Stats the number of not sync images
|
|
||||||
run: |
|
|
||||||
./hack/stats-not-sync.sh sync.log
|
|
||||||
- name: Update badge
|
- name: Update badge
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
@@ -39,3 +36,6 @@ jobs:
|
|||||||
./hack/badge.sh
|
./hack/badge.sh
|
||||||
GH_TOKEN="${GH_TOKEN}" putingh "${BADGE_PREFIX}/daocloud-sync-badge.svg" badge.svg
|
GH_TOKEN="${GH_TOKEN}" putingh "${BADGE_PREFIX}/daocloud-sync-badge.svg" badge.svg
|
||||||
GH_TOKEN="${GH_TOKEN}" putingh "${BADGE_PREFIX}/daocloud-sync.log" sync.log
|
GH_TOKEN="${GH_TOKEN}" putingh "${BADGE_PREFIX}/daocloud-sync.log" sync.log
|
||||||
|
- name: Stats the number of not sync images
|
||||||
|
run: |
|
||||||
|
./hack/stats-not-sync.sh sync.log
|
||||||
|
|||||||
6
.github/workflows/deep-check.yml
vendored
6
.github/workflows/deep-check.yml
vendored
@@ -27,9 +27,6 @@ jobs:
|
|||||||
https_proxy: socks5://127.0.0.1:8080
|
https_proxy: socks5://127.0.0.1:8080
|
||||||
run: |
|
run: |
|
||||||
./hack/diff.sh
|
./hack/diff.sh
|
||||||
- name: Stats the number of not sync images
|
|
||||||
run: |
|
|
||||||
./hack/stats-not-sync.sh sync.log
|
|
||||||
- name: Update badge
|
- name: Update badge
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
@@ -39,3 +36,6 @@ jobs:
|
|||||||
./hack/badge.sh
|
./hack/badge.sh
|
||||||
GH_TOKEN="${GH_TOKEN}" putingh "${BADGE_PREFIX}/daocloud-deep-sync-badge.svg" badge.svg
|
GH_TOKEN="${GH_TOKEN}" putingh "${BADGE_PREFIX}/daocloud-deep-sync-badge.svg" badge.svg
|
||||||
GH_TOKEN="${GH_TOKEN}" putingh "${BADGE_PREFIX}/daocloud-deep-sync.log" sync.log
|
GH_TOKEN="${GH_TOKEN}" putingh "${BADGE_PREFIX}/daocloud-deep-sync.log" sync.log
|
||||||
|
- name: Stats the number of not sync images
|
||||||
|
run: |
|
||||||
|
./hack/stats-not-sync.sh sync.log
|
||||||
|
|||||||
Reference in New Issue
Block a user