commits which do not affect generated files fail gen_config action commit step #1547
This commit is contained in:
parent
8c8db74eb1
commit
9a153abb2c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue