mirror of
https://github.com/dependabot/fetch-metadata.git
synced 2026-03-12 18:07:12 -04:00
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:
3
.github/workflows/dependabot-auto-merge.yml
vendored
3
.github/workflows/dependabot-auto-merge.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user