Skip to content

Commit

Permalink
update action.yml file
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Falourd <guillaume.falourd@zup.com.br>
  • Loading branch information
GuillaumeFalourd committed Mar 10, 2022
1 parent eedbd94 commit c873366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ runs:
if [[ ! -z "${{ inputs.pr_title }}" ]]; then
PR_ARG="${{ inputs.pr_title }}"
else
PR_ARG="PR automatically generated using Github Actions"
PR_ARG=" --title \"PR automatically generated using Github Actions\""
fi
if [[ ! -z "$PR_ARG" ]]; then
Expand Down

0 comments on commit c873366

Please sign in to comment.