diff --git a/.github/workflows/create-branch.yaml b/.github/workflows/create-branch.yaml index 6f9d40e..1ccdf92 100644 --- a/.github/workflows/create-branch.yaml +++ b/.github/workflows/create-branch.yaml @@ -41,5 +41,7 @@ jobs: - name: Fetch remote branches of submodule run: | + git config --local user.email "action@github.com" + git config --local user.name "GitHub git update Action" bash ext/devops-sandbox-rusefi/misc/git_scripts/git_switch_submodule_branch.sh ext/devops-sandbox-rusefi ${{toJSON(inputs.branch_name)}}