ci: let gh know what remote to push to
This commit is contained in:
parent
53676c67dd
commit
97c9dfab96
1 changed files with 2 additions and 1 deletions
3
.github/workflows/update-lock.yml
vendored
3
.github/workflows/update-lock.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue