diff --git a/.github/workflows/gen-configs.yaml b/.github/workflows/gen-configs.yaml index b2b4113483..768626f641 100644 --- a/.github/workflows/gen-configs.yaml +++ b/.github/workflows/gen-configs.yaml @@ -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