Skip to content

Commit

Permalink
explicitly specify branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Jan 11, 2024
1 parent b1e98bb commit dce8192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ 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
git push origin ${{ github.ref_name }}
gh pr review --approve "$PR_URL"
gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
https://github.com/endeworks/gihyo/pull/127 PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit dce8192

Please sign in to comment.