diff --git a/.github/workflows/reusable-update-nixpkgs-and-versions-in-ci.yml b/.github/workflows/reusable-update-nixpkgs-and-versions-in-ci.yml index fcdc9b7..389c119 100644 --- a/.github/workflows/reusable-update-nixpkgs-and-versions-in-ci.yml +++ b/.github/workflows/reusable-update-nixpkgs-and-versions-in-ci.yml @@ -94,5 +94,5 @@ jobs: env: GITHUB_TOKEN: ${{ steps.publish-token.outputs.token }} run: | - gh pr list --author "@me" --state open --head "${PR_BRANCH}" || + gh pr list --author "@me" --state open --head "${PR_BRANCH}" || \ gh pr create --base '${{ inputs.default-branch }}' --title '${{ inputs.pr-title }}' --body '${{ inputs.pr-body }}'