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
|
- name: Create PR
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
HEAD_BRANCH: ${{ github.repository_owner }}:${{ steps.branch.outputs.branch }}
|
||||||
run: |
|
run: |
|
||||||
gh pr create \
|
gh pr create \
|
||||||
--base main \
|
--base main \
|
||||||
--head ${{ steps.branch.outputs.branch }} \
|
--head "${{ env.HEAD_BRANCH }}" \
|
||||||
--title "chore: update lockfiles" \
|
--title "chore: update lockfiles" \
|
||||||
--fill
|
--fill
|
||||||
|
|
Loading…
Reference in a new issue