mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-10-27 10:14:14 +00:00
doesn't push if there aren't any changes
This commit is contained in:
parent
2aedaed37e
commit
13b97168fc
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user