Skip to content

Commit

Permalink
Inline the PR URL (#359)
Browse files Browse the repository at this point in the history
I'm not sure why this went to the trouble of using an env token, I am
fairly sure this can be inlined.
  • Loading branch information
jeffwidman authored May 17, 2023
1 parent b3bc799 commit 597dd46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
uses: ./

- name: Auto-merge
run: gh pr merge --auto --merge "$PR_URL"
run: gh pr merge --auto --merge '${{ github.event.pull_request.html_url }}'
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.DEPENDABOT_AUTOMATION_PAT }}

0 comments on commit 597dd46

Please sign in to comment.