From 9a153abb2ceb6bda3c6a7e24d32706a282cc577a Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 28 Jun 2020 21:25:09 -0400 Subject: [PATCH] commits which do not affect generated files fail gen_config action commit step #1547 --- .github/workflows/gen-configs.yaml | 1 + 1 file changed, 1 insertion(+) 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