From 30afd56324f5f99f22f2ac31b1860e2d6a9823d3 Mon Sep 17 00:00:00 2001 From: tom5079 Date: Tue, 1 Feb 2022 19:11:55 +0900 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ade413d..3b34d983 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ *Pupil, Hitomi.la viewer for Android* ![](https://img.shields.io/github/downloads/tom5079/Pupil/total) -[![](https://img.shields.io/github/downloads/tom5079/Pupil/5.3.3/Pupil-v5.3.3.apk?color=%234fc3f7&label=DOWNLOAD%20APP&style=for-the-badge)](https://github.com/tom5079/Pupil/releases/download/5.3.3/Pupil-v5.3.3.apk) +[![](https://img.shields.io/github/downloads/tom5079/Pupil/5.3.4/Pupil-v5.3.4.apk?color=%234fc3f7&label=DOWNLOAD%20APP&style=for-the-badge)](https://github.com/tom5079/Pupil/releases/download/5.3.4/Pupil-v5.3.4.apk) [![](https://discordapp.com/api/guilds/610452916612104194/embed.png?style=banner2)](https://discord.gg/Stj4b5v) # Features From 75bc104f4375c43d9b98382b162d9b7eea2252ed Mon Sep 17 00:00:00 2001 From: tom5079 Date: Wed, 2 Feb 2022 05:57:55 +0900 Subject: [PATCH 2/3] Update watchdiff.yml --- .github/workflows/watchdiff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/watchdiff.yml b/.github/workflows/watchdiff.yml index 2fddb732..0a3dfc01 100644 --- a/.github/workflows/watchdiff.yml +++ b/.github/workflows/watchdiff.yml @@ -20,4 +20,4 @@ jobs: run: | git config --global user.name 'Watchdiff bot' git config --global user.email 'tom5079@naver.com' - { git add . && git commit -m "File update" && git push; } | tail -1 | grep -q "nothing to commit" + { git add . && git commit -m "File update" && git push; } | tail -1 | grep -q "nothing to commit" || curl -i -H "Accept: application/json" -H "Content-Type:application/json" -X POST --data "{\"content\": \"<@&938174944305610792> :bell: :bell: :bell: :bell: :bell: :bell: :bell: :bell: \`\`\`$(git diff HEAD^ HEAD --stat | sed -z 's/\n/\\n/g')\`\`\`\"}" ${{ secrets.DISCORD_WEBHOOK }} && $(exit 1) From 3b241fe857e20b5017566c9963ba972a15bded5c Mon Sep 17 00:00:00 2001 From: tom5079 Date: Wed, 2 Feb 2022 06:38:50 +0900 Subject: [PATCH 3/3] Delete watchdiff.yml --- .github/workflows/watchdiff.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/watchdiff.yml diff --git a/.github/workflows/watchdiff.yml b/.github/workflows/watchdiff.yml deleted file mode 100644 index 0a3dfc01..00000000 --- a/.github/workflows/watchdiff.yml +++ /dev/null @@ -1,23 +0,0 @@ -# This is a basic workflow that is manually triggered - -name: Watch hitomi.la file changes - -on: - schedule: - - cron: "*/10 * * * *" - -jobs: - watchdiff: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - ref: watchdiff - - name: Download files - run: ./fetch.sh - - name: Commit and Push - id: push - run: | - git config --global user.name 'Watchdiff bot' - git config --global user.email 'tom5079@naver.com' - { git add . && git commit -m "File update" && git push; } | tail -1 | grep -q "nothing to commit" || curl -i -H "Accept: application/json" -H "Content-Type:application/json" -X POST --data "{\"content\": \"<@&938174944305610792> :bell: :bell: :bell: :bell: :bell: :bell: :bell: :bell: \`\`\`$(git diff HEAD^ HEAD --stat | sed -z 's/\n/\\n/g')\`\`\`\"}" ${{ secrets.DISCORD_WEBHOOK }} && $(exit 1)