Skip to content

Commit 1df7aa8

Browse files
committed
misc: Typo
1 parent b990f4e commit 1df7aa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/docker-run/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
ENV_STRING=""
3535
# Read line by line with here string, safely handling spaces within the values
3636
while IFS= read -r LINE; do
37-
if [[ -n "$line" ]]; then
37+
if [[ -n "$LINE" ]]; then
3838
ENV_STRING="$ENV_STRING --env $LINE"
3939
fi
4040
done <<< "$ENV_INPUT"

0 commit comments

Comments
 (0)