Skip to content

Commit 2ef96ff

Browse files
committed
Add code review
1 parent 48f8ff0 commit 2ef96ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: env.RELEASE_TOKEN != ''
1818
run: echo "${RELEASE_TOKEN}" | gh auth login --with-token
1919
- name: Enable auto-merge for Dependabot PRs
20-
run: gh pr merge --auto --squash "$PR_URL" && gh pr review --approve "$PR_URL"
20+
run: gh pr merge --auto --squash "${PR_URL}" && gh pr review --approve "${PR_URL}"
2121
env:
2222
PR_URL: ${{github.event.pull_request.html_url}}
2323
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)