Skip to content

Commit

Permalink
Fix syntax error for GitHub Action command
Browse files Browse the repository at this point in the history
Fix the syntax error for the GitHub Action command calling
pull-requester as it is missing the line wrap token.
  • Loading branch information
jonathanio committed May 29, 2023
1 parent 77317bf commit 4fcf926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
--repository=${{ github.repository }} \
--number=${{ github.event.pull_request.number }} \
--title-minimum=${{ inputs.title-minimum }} \
--label-prefixes=${{ inputs.label-prefixes }}
--label-prefixes=${{ inputs.label-prefixes }} \
--label-prefixes-any=${{ inputs.label-prefixes-any }}
branding:
Expand Down

0 comments on commit 4fcf926

Please sign in to comment.