diff --git a/.github/workflows/update-country-flags.yml b/.github/workflows/update-country-flags.yml index 99c01ff74b6..3b92d532cbc 100644 --- a/.github/workflows/update-country-flags.yml +++ b/.github/workflows/update-country-flags.yml @@ -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 "mobile.automation@kiwi.com" - git commit -am "Updated country flags enum." + git commit -am "Updated country flags enum." || true git push