Merge remote-tracking branch 'origin/master'
This commit is contained in:
23
.github/workflows/watchdiff.yml
vendored
23
.github/workflows/watchdiff.yml
vendored
@@ -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"
|
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
*Pupil, Hitomi.la viewer for Android*
|
*Pupil, Hitomi.la viewer for Android*
|
||||||
|
|
||||||

|

|
||||||
[](https://github.com/tom5079/Pupil/releases/download/5.3.3/Pupil-v5.3.3.apk)
|
[](https://github.com/tom5079/Pupil/releases/download/5.3.4/Pupil-v5.3.4.apk)
|
||||||
[](https://discord.gg/Stj4b5v)
|
[](https://discord.gg/Stj4b5v)
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|||||||
Reference in New Issue
Block a user