Skip to content

Commit 8ca5bff

Browse files
author
Dick Childress
committed
Add double quotes to prevent globbing and word splitting.
Signed-off-by: Dick Childress <[email protected]>
1 parent 50d296a commit 8ca5bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ fi
177177
set +e
178178
num_changed=$(git_status)
179179
set -e
180-
echo "num_changed=${num_changed}" >> $GITHUB_OUTPUT
180+
echo "num_changed=${num_changed}" >> "$GITHUB_OUTPUT"
181181

182182
if [ "${INPUT_GIT_PUSH}" = "true" ]; then
183183
git_commit

0 commit comments

Comments
 (0)