We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f86609 + 9ac55bf commit 2a4da11Copy full SHA for 2a4da11
.github/workflows/dependabot-auto-merge.yml
@@ -76,7 +76,6 @@ jobs:
76
github-token: "${{ secrets.GITHUB_TOKEN }}"
77
78
- name: Enable auto-merge for Dependabot PRs
79
- run: gh pr merge --auto --merge "$PR_URL"
+ run: gh pr merge --auto --merge ${{ github.event.pull_request.html_url }}
80
env:
81
- PR_URL: ${{ github.event.pull_request.html_url }}
82
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments