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 14, 2024
1 parent cb82204 commit e942bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-country-flags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ 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 e942bc8

Please sign in to comment.