Skip to content

Commit

Permalink
use head_ref
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Apr 11, 2024
1 parent 22efd6d commit 5ee4aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
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 ${{ github.ref }}
git push origin ${{ github.head_ref }}
gh pr review --approve "$PR_URL"
gh pr merge --auto --merge "$PR_URL"
env:
Expand Down

0 comments on commit 5ee4aeb

Please sign in to comment.