Update putingh
This commit is contained in:
parent
81fa0d9b5e
commit
e9566b7f6e
|
@ -25,5 +25,5 @@ jobs:
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }} # Generated for update gist
|
GH_TOKEN: ${{ secrets.GH_TOKEN }} # Generated for update gist
|
||||||
BADGE_PATH: "gist://wzshiming/6e1f67a5184f93cefc5b2c670a5813e5/daocloud-deep-sync-badge.svg"
|
BADGE_PATH: "gist://wzshiming/6e1f67a5184f93cefc5b2c670a5813e5/daocloud-deep-sync-badge.svg"
|
||||||
run: |
|
run: |
|
||||||
wget https://github.com/wzshiming/putingh/releases/download/v0.6.1/putingh_linux_amd64 -O /usr/local/bin/putingh && chmod +x /usr/local/bin/putingh
|
wget https://github.com/wzshiming/putingh/releases/download/v0.6.2/putingh_linux_amd64 -O /usr/local/bin/putingh && chmod +x /usr/local/bin/putingh
|
||||||
GH_TOKEN="${GH_TOKEN}" putingh "${BADGE_PATH}" sync.svg
|
GH_TOKEN="${GH_TOKEN}" putingh "${BADGE_PATH}" sync.svg
|
||||||
|
|
|
@ -25,5 +25,5 @@ jobs:
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }} # Generated for update gist
|
GH_TOKEN: ${{ secrets.GH_TOKEN }} # Generated for update gist
|
||||||
BADGE_PATH: "gist://wzshiming/6e1f67a5184f93cefc5b2c670a5813e5/daocloud-sync-badge.svg"
|
BADGE_PATH: "gist://wzshiming/6e1f67a5184f93cefc5b2c670a5813e5/daocloud-sync-badge.svg"
|
||||||
run: |
|
run: |
|
||||||
wget https://github.com/wzshiming/putingh/releases/download/v0.6.1/putingh_linux_amd64 -O /usr/local/bin/putingh && chmod +x /usr/local/bin/putingh
|
wget https://github.com/wzshiming/putingh/releases/download/v0.6.2/putingh_linux_amd64 -O /usr/local/bin/putingh && chmod +x /usr/local/bin/putingh
|
||||||
GH_TOKEN="${GH_TOKEN}" putingh "${BADGE_PATH}" sync.svg
|
GH_TOKEN="${GH_TOKEN}" putingh "${BADGE_PATH}" sync.svg
|
||||||
|
|
Loading…
Reference in New Issue