mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-08 12:11:45 +08:00
Store bagde on the gh-pages branch (#64)
This commit is contained in:
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@@ -19,8 +19,8 @@ jobs:
|
||||
./hack/diff.sh
|
||||
- name: Update badge
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }} # Generated for update gist
|
||||
BADGE_PREFIX: "gist://wzshiming/6e1f67a5184f93cefc5b2c670a5813e5"
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
BADGE_PREFIX: "git://${{ github.repository }}/gh-pages"
|
||||
QUICKLY: "true"
|
||||
run: |
|
||||
wget https://github.com/wzshiming/putingh/releases/download/v0.6.3/putingh_linux_amd64 -O /usr/local/bin/putingh && chmod +x /usr/local/bin/putingh
|
||||
|
Reference in New Issue
Block a user