Skip to content

Commit 2a4da11

Browse files
Merge branch 'master' into dependabot/npm_and_yarn/babel/core-7.26.7
2 parents 6f86609 + 9ac55bf commit 2a4da11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dependabot-auto-merge.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
github-token: "${{ secrets.GITHUB_TOKEN }}"
7777

7878
- name: Enable auto-merge for Dependabot PRs
79-
run: gh pr merge --auto --merge "$PR_URL"
79+
run: gh pr merge --auto --merge ${{ github.event.pull_request.html_url }}
8080
env:
81-
PR_URL: ${{ github.event.pull_request.html_url }}
8281
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)