Skip to content

Commit

Permalink
Fix error when commit is empty.
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Ozoux <pierre@ozoux.net>
  • Loading branch information
pierreozoux committed Feb 9, 2022
1 parent 7524f16 commit 8006dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generates_locales.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
run: |
git config --global user.name 'Nextcloud Bot'
git config --global user.email 'bot@nextcloud.com'
git commit -am "Updates catalog templates (POT files fetched automatically by transifex)"
git diff-index --quiet HEAD || git commit -am "Updates catalog templates (POT files fetched automatically by transifex)"
git push

0 comments on commit 8006dcf

Please sign in to comment.