Fix command syntax for gam user query

This commit is contained in:
Jay Lee
2026-03-01 18:47:32 -05:00
committed by GitHub
parent 59463dcc9a
commit ff11bf33d1

View File

@@ -1016,7 +1016,7 @@ jobs:
run_gam user $newuser delete license workspaceenterpriseplus
echo finish
run_gam config enable_dasa true save
run_gam whatis $newuser || if [ $? != 20 ]; then exit $?; fi # expect a 20 return code (is a user)
$gam whatis $newuser || if [ $? != 20 ]; then exit $?; fi # expect a 20 return code (is a user)
run_gam user $gam_user show tokens
run_gam config enable_dasa false save
download_dir="${RUNNER_TEMP}/TEMP_DELETE_ME"