Skip to content

Commit

Permalink
change context variable ref_name to ref
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Apr 11, 2024
1 parent beffa95 commit c1a2ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Expand Up @@ -23,7 +23,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_name }}
git push origin ${{ github.ref }}
gh pr review --approve "$PR_URL"
gh pr merge --auto --merge "$PR_URL"
env:
Expand Down

0 comments on commit c1a2ac5

Please sign in to comment.