Skip to content

Commit

Permalink
Merge pull request #7 from norman-zon/fix-globbing
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova committed Jun 10, 2022
2 parents 3300077 + 7d2a945 commit acfe8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

OUTPUT=$(eval $INPUT_CMD)
OUTPUT=$(eval "$INPUT_CMD")

# Multiline string handling, per Github Community recommendation:
# https://github.community/t/set-output-truncates-multiline-strings/16852/3
Expand Down

0 comments on commit acfe8e3

Please sign in to comment.