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 8c8db74eb1
commit 9a153abb2c
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