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