From 1e652d5725588b53d5051a54796893dc7854d8c7 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 5 Apr 2023 08:28:50 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 895372bf..fdc5e217 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -780,7 +780,7 @@ jobs: ssoprofile=$($gam create inboundssoprofile name "El Goog ${newbase}" loginurl https://www.google.com logouturl https://www.google.com changepasswordurl https://www.google.com entityid ElGoog return_name_only) $gam create inboundssocredential profile "id:${ssoprofile}" generate_key $gam create inboundssoassignment profile "id:${ssoprofile}" orgunit "${newou}" mode SAML_SSO - $gam update inboundssoassignment orgunit "ou:${newou}" mode SSO_OFF + $gam delete inboundssoassignment "ou:${newou}" $gam delete inboundssoprofile "id:${ssoprofile}" $gam print printermodels | wc -l $gam print printers