You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (cd "$INPUT_PATH"&&$TOOL_COMMAND_NAME show -json "$PLAN_OUT") >"$GITHUB_WORKSPACE/$WORKSPACE_TMP_DIR/plan.json"2>"$STEP_TMP_DIR/terraform_show.stderr";then
149
+
# shellcheck disable=SC2086
150
+
if (cd "$INPUT_PATH"&&$TOOL_COMMAND_NAME show -json "$PLAN_OUT"$EARLY_VARIABLE_ARGS) >"$GITHUB_WORKSPACE/$WORKSPACE_TMP_DIR/plan.json"2>"$STEP_TMP_DIR/terraform_show.stderr";then
0 commit comments