Inline the PR URL (#359)

I'm not sure why this went to the trouble of using an env token, I am
fairly sure this can be inlined.
This commit is contained in:
Jeff Widman
2023-05-17 10:32:42 -07:00
committed by GitHub
parent b3bc7993c0
commit 597dd46738

View File

@@ -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 }}