ci: let gh know what remote to push to

This commit is contained in:
seth 2024-01-11 15:40:31 -05:00
parent 53676c67dd
commit 97c9dfab96
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86

View file

@ -50,9 +50,10 @@ jobs:
- name: Create PR
env:
GH_TOKEN: ${{ github.token }}
HEAD_BRANCH: ${{ github.repository_owner }}:${{ steps.branch.outputs.branch }}
run: |
gh pr create \
--base main \
--head ${{ steps.branch.outputs.branch }} \
--head "${{ env.HEAD_BRANCH }}" \
--title "chore: update lockfiles" \
--fill