From c218e68be109f08c975be153ca5e0896b063bd9b Mon Sep 17 00:00:00 2001 From: rusefillc Date: Mon, 4 Dec 2023 14:42:19 -0500 Subject: [PATCH] toolset --- .github/workflows/custom-board-update-hellen-one-reference.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/custom-board-update-hellen-one-reference.yaml b/.github/workflows/custom-board-update-hellen-one-reference.yaml index f652283..5a08217 100644 --- a/.github/workflows/custom-board-update-hellen-one-reference.yaml +++ b/.github/workflows/custom-board-update-hellen-one-reference.yaml @@ -28,7 +28,7 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "GitHub git update Action" - git add ext/rusefi + git add hellen-one git commit -am "GHA says update hellen-one" git status