Skip to content

Commit

Permalink
tweak workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Daisuke Maki committed Nov 11, 2024
1 parent a61010c commit 289c638
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 289c638

Please sign in to comment.