From e9566b7f6ece10e15be03b2c9e8656b32fa52aa8 Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Tue, 14 Sep 2021 18:27:41 +0800 Subject: [PATCH] Update putingh --- .github/workflows/deep-sync-check.yml | 2 +- .github/workflows/sync-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deep-sync-check.yml b/.github/workflows/deep-sync-check.yml index a2287d0..40abcde 100644 --- a/.github/workflows/deep-sync-check.yml +++ b/.github/workflows/deep-sync-check.yml @@ -25,5 +25,5 @@ jobs: GH_TOKEN: ${{ secrets.GH_TOKEN }} # Generated for update gist BADGE_PATH: "gist://wzshiming/6e1f67a5184f93cefc5b2c670a5813e5/daocloud-deep-sync-badge.svg" 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 diff --git a/.github/workflows/sync-check.yml b/.github/workflows/sync-check.yml index 93db057..3fd853d 100644 --- a/.github/workflows/sync-check.yml +++ b/.github/workflows/sync-check.yml @@ -25,5 +25,5 @@ jobs: GH_TOKEN: ${{ secrets.GH_TOKEN }} # Generated for update gist BADGE_PATH: "gist://wzshiming/6e1f67a5184f93cefc5b2c670a5813e5/daocloud-sync-badge.svg" 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