Skip to content

Commit

Permalink
Use variable (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat authored Sep 25, 2024
1 parent 4aae462 commit f573d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f573d26

Please sign in to comment.