Skip to content

Commit

Permalink
Make country flag job ignore the "nothing to commit" error
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelHolec committed Nov 13, 2024
1 parent cb82204 commit 68c1f0c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/update-country-flags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
- name: Regenerate flags accessors
run: |
Automation/update_country_flags.py Sources/Orbit/Foundation/CountryFlags
- name: upload
- name: Upload
run: |
git config --global user.name "Mobile Automation"
git config --global user.email "[email protected]"
git commit -am "Updated country flags enum."
git commit -am "Updated country flags enum." || true
git push

0 comments on commit 68c1f0c

Please sign in to comment.