fix codestyle on no changes

This commit is contained in:
osaajani 2020-07-03 04:15:47 +02:00
parent 48030a7560
commit bace2759e7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
- name: Commit changes
run: |
git add --all
git commit -m "Fix codestyle."
git commit -m "Fix codestyle." || exit 0
- name: Push changes # push the modif to repo
uses: ad-m/github-push-action@master