Skip to content

Commit c3d26b9

Browse files
committed
It's ok to expand variable args
1 parent 733f4a5 commit c3d26b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/actions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ function select-workspace() {
317317
WORKSPACE_EXIT=$?
318318
set -e
319319
else
320-
debug_log "$TOOL_COMMAND_NAME" workspace select '$VARIABLE_ARGS' "$INPUT_WORKSPACE" # don't expand VARIABLE_ARGS
320+
debug_log "$TOOL_COMMAND_NAME" workspace select "$VARIABLE_ARGS" "$INPUT_WORKSPACE"
321321
set +e
322322
(cd "$INPUT_PATH" && "$TOOL_COMMAND_NAME" workspace select "$VARIABLE_ARGS" "$INPUT_WORKSPACE") >"$STEP_TMP_DIR/workspace_select" 2>&1
323323
WORKSPACE_EXIT=$?

0 commit comments

Comments
 (0)