mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-06 07:15:31 -04:00
doesn't push if there aren't any changes
This commit is contained in:
parent
2aedaed37e
commit
13b97168fc
1 changed files with 1 additions and 2 deletions
|
|
@ -30,5 +30,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 commit -m "automatic wiki update from github actions"
|
git diff-index --quiet HEAD || git commit -m "automatic wiki update from github actions" && git push
|
||||||
git push
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue