We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b990f4e commit 1df7aa8Copy full SHA for 1df7aa8
1 file changed
.github/actions/docker-run/action.yaml
@@ -34,7 +34,7 @@ runs:
34
ENV_STRING=""
35
# Read line by line with here string, safely handling spaces within the values
36
while IFS= read -r LINE; do
37
- if [[ -n "$line" ]]; then
+ if [[ -n "$LINE" ]]; then
38
ENV_STRING="$ENV_STRING --env $LINE"
39
fi
40
done <<< "$ENV_INPUT"
0 commit comments