Compare commits

...

1 Commits

Author SHA1 Message Date
Mitchell Syer
e9b693b770 Fix Wiki PR Check 2026-02-08 15:18:17 -05:00

View File

@@ -7,7 +7,7 @@ on:
paths: [docs/**, .github/workflows/wiki.yml]
concurrency:
group: wiki
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
@@ -38,4 +38,4 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
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