ci: Fix typo

This commit is contained in:
Chris Hennick 2024-04-28 12:47:11 -07:00
parent 31b23640a8
commit eacdfde7da
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -19,5 +19,5 @@ jobs:
- name: Enable auto-merge
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: "${{ secrets.RELEASE_PLZ_PAT }}"