From 97c9dfab960e226e3ebe9e689c43e9895f6e936b Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 11 Jan 2024 15:40:31 -0500 Subject: [PATCH] ci: let gh know what remote to push to --- .github/workflows/update-lock.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-lock.yml b/.github/workflows/update-lock.yml index fb27b60..117f34f 100644 --- a/.github/workflows/update-lock.yml +++ b/.github/workflows/update-lock.yml @@ -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