From f573d260b4bf0b421941b7deeff4dd8226698e7f Mon Sep 17 00:00:00 2001 From: lestrrat <49281+lestrrat@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:55:48 +0900 Subject: [PATCH] Use variable (#1186) --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 57b0002d..01e60bcd 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -25,7 +25,7 @@ jobs: git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com' git add . git commit -m "Run tidy / bazel+gazelle" - git push origin HEAD:GITHUB_HEAD_REF + git push origin HEAD:"$GITHUB_HEAD_REF" gh pr review --approve "$PR_URL" gh pr merge --auto --merge "$PR_URL" env: