Skip to content

Commit

Permalink
Add double quotes to prevent globbing and word splitting.
Browse files Browse the repository at this point in the history
Signed-off-by: Dick Childress <[email protected]>
  • Loading branch information
Dick Childress committed Feb 19, 2024
1 parent 50d296a commit 8ca5bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ fi
set +e
num_changed=$(git_status)
set -e
echo "num_changed=${num_changed}" >> $GITHUB_OUTPUT
echo "num_changed=${num_changed}" >> "$GITHUB_OUTPUT"

if [ "${INPUT_GIT_PUSH}" = "true" ]; then
git_commit
Expand Down

0 comments on commit 8ca5bff

Please sign in to comment.