commits which do not affect generated files fail gen_config action commit step #1547

This commit is contained in:
rusefi 2020-06-28 21:25:09 -04:00
parent c7a80cadd8
commit dd1cd98229
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub build-firmware Action"
git status
git commit -am "Auto-generated configs and docs" 2>&1 | grep -E '(nothing to commit|changed)'
# We need to know what branch this is in order to push to the correct branch