Skip to content

Commit

Permalink
Fix shell script (maybe)
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Feb 8, 2024
1 parent 28f519a commit af4b547
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'

0 comments on commit af4b547

Please sign in to comment.