mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 17:34:39 -05:00
Compare commits
1 Commits
c79486b8be
...
wiki
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e9b693b770 |
4
.github/workflows/wiki.yml
vendored
4
.github/workflows/wiki.yml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
paths: [docs/**, .github/workflows/wiki.yml]
|
paths: [docs/**, .github/workflows/wiki.yml]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: wiki
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
@@ -38,4 +38,4 @@ jobs:
|
|||||||
git config --local user.email "action@github.com"
|
git config --local user.email "action@github.com"
|
||||||
git config --local user.name "GitHub Action"
|
git config --local user.name "GitHub Action"
|
||||||
git add .
|
git add .
|
||||||
git diff-index --quiet HEAD || git commit -m "action: wiki sync" && git push
|
git diff-index --quiet HEAD || git commit -m "action: wiki sync" && git push
|
||||||
|
|||||||
Reference in New Issue
Block a user