There was an error while loading. Please reload this page.
1 parent 28a36d1 commit a6c7a23Copy full SHA for a6c7a23
.github/workflows/dependabot-auto-merge.yml
@@ -11,6 +11,6 @@ jobs:
11
if: github.actor == 'dependabot[bot]'
12
steps:
13
- name: Enable auto-merge for Dependabot PRs
14
- run: gh pr merge --auto --merge "${{ github.event.pull_request.html_url }}"
+ run: gh pr merge --auto --merge '${{ github.event.pull_request.html_url }}'
15
env:
16
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments