Skip to content

Commit

Permalink
Use * expansion
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Baldry <[email protected]>
  • Loading branch information
jdbaldry committed Jan 24, 2024
1 parent 2c9296d commit 3e087b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-make-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ runs:
git push origin "refs/heads/${BRANCH}"
# Set default options before the user-provided ones as later options appear to override earlier ones.
# For example, in `gh pr create --web --title foo --title bar`, the resulting title is "bar".
gh pr create --title 'Update `make docs` procedure' --body '' "${OPTIONS_ARRAY[@]}"
gh pr create --title 'Update `make docs` procedure' --body '' "${OPTIONS_ARRAY[*]}"
fi
shell: bash

0 comments on commit 3e087b6

Please sign in to comment.