ci: Fix typo
This commit is contained in:
parent
31b23640a8
commit
eacdfde7da
1 changed files with 1 additions and 1 deletions
2
.github/workflows/auto_merge_prs.yml
vendored
2
.github/workflows/auto_merge_prs.yml
vendored
|
@ -19,5 +19,5 @@ jobs:
|
||||||
- name: Enable auto-merge
|
- name: Enable auto-merge
|
||||||
run: gh pr merge --auto --merge "$PR_URL"
|
run: gh pr merge --auto --merge "$PR_URL"
|
||||||
env:
|
env:
|
||||||
PR_URL: ${{github.event.pull_request.html_url}}∂
|
PR_URL: ${{github.event.pull_request.html_url}}
|
||||||
GH_TOKEN: "${{ secrets.RELEASE_PLZ_PAT }}"
|
GH_TOKEN: "${{ secrets.RELEASE_PLZ_PAT }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue