Skip to content

Commit

Permalink
fix: allow for empty commits when run is retriggered
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-miemiec committed Jun 3, 2020
1 parent e069935 commit 021fd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/git-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
set -e

git add .
git commit -m "chore: format & readme update"
git commit --allow-empty -m "chore: automatic code formatting & readme update"
git push origin master --force

0 comments on commit 021fd27

Please sign in to comment.