Skip to content

Commit 642071e

Browse files
committed
dependabot: try just gh pr merge
1 parent f7908fb commit 642071e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/dependabot.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
PR_URL: ${{ github.event.pull_request.html_url }}
4141
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
- name: Merge PR
43-
run: gh pr merge "$PR_URL"
43+
run: gh pr merge
4444
env:
45-
PR_URL: ${{ github.event.pull_request.html_url }}
4645
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)