From 8e0122b446efb21a1b34f8349209fa93f66a3154 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 6 Jan 2024 18:14:39 -0500 Subject: [PATCH] only: explicit message --- .github/workflows/custom-board-update-rusefi-reference.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/custom-board-update-rusefi-reference.yaml b/.github/workflows/custom-board-update-rusefi-reference.yaml index 35bcca7fba..5b4323f4f1 100644 --- a/.github/workflows/custom-board-update-rusefi-reference.yaml +++ b/.github/workflows/custom-board-update-rusefi-reference.yaml @@ -29,7 +29,7 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "GitHub git update Action" git add ext/rusefi - OUT=$(git commit -am "GHA says update submodule" 2>&1) || echo "commit failed, finding out why" + OUT=$(git commit -am "GHA says update ext/rusefi submodule" 2>&1) || echo "commit failed, finding out why" if echo "$OUT" | grep 'nothing to commit'; then echo "submodule: looks like nothing to commit" echo "NOCOMMIT=true" >> $GITHUB_ENV