Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
solita-michalguspiel authored Jul 22, 2022
1 parent dd76bff commit 23f2dbf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
git config --global user.name "solita-michalguspiel"
git config --global user.email "[email protected]"
git add -A
git diff-index --quiet HEAD || git commit -m 'bla'
git commit -m "update readme"
git push
if ! git diff-index --quiet HEAD; then
git commit -m "Update readme"
git push origin main
fi

0 comments on commit 23f2dbf

Please sign in to comment.