We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c731b commit f158668Copy full SHA for f158668
1 file changed
.github/workflows/dependabot-automerge.yaml
@@ -14,6 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Merge Dependabot PR
17
- run: gh pr merge --squash --delete-branch
+ run: gh pr merge --squash --delete-branch "$PR_URL"
18
env:
19
+ PR_URL: ${{ github.event.pull_request.html_url }}
20
GITHUB_TOKEN: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}
0 commit comments