diff --git a/.github/workflows/test-all-patches-action.yml b/.github/workflows/test-all-patches-action.yml index 4ffacbc..a269c20 100644 --- a/.github/workflows/test-all-patches-action.yml +++ b/.github/workflows/test-all-patches-action.yml @@ -30,5 +30,4 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add . - git commit -m "automatic wiki update from github actions" - git push + git diff-index --quiet HEAD || git commit -m "automatic wiki update from github actions" && git push