We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733f4a5 commit c3d26b9Copy full SHA for c3d26b9
image/actions.sh
@@ -317,7 +317,7 @@ function select-workspace() {
317
WORKSPACE_EXIT=$?
318
set -e
319
else
320
- debug_log "$TOOL_COMMAND_NAME" workspace select '$VARIABLE_ARGS' "$INPUT_WORKSPACE" # don't expand VARIABLE_ARGS
+ debug_log "$TOOL_COMMAND_NAME" workspace select "$VARIABLE_ARGS" "$INPUT_WORKSPACE"
321
set +e
322
(cd "$INPUT_PATH" && "$TOOL_COMMAND_NAME" workspace select "$VARIABLE_ARGS" "$INPUT_WORKSPACE") >"$STEP_TMP_DIR/workspace_select" 2>&1
323
0 commit comments