From ffbce1fd25f39fba166c80457f75dd190e728e65 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 29 Nov 2022 15:01:55 +0000 Subject: [PATCH] no ~~ --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d45f6806..f63ebbe7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -697,10 +697,10 @@ jobs: echo "printer model count:" $gam print printermodels | wc -l 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 name_only) - $gam create inboundssocredential profile "id:~~${ssoprofile}~~" generate_key - $gam create inboundssoassignment profile "id:~~${ssoprofile}~~" orgunit "${newou}" mode SAML_SSO + $gam create inboundssocredential profile "id:${ssoprofile}" generate_key + $gam create inboundssoassignment profile "id:${ssoprofile}" orgunit "${newou}" mode SAML_SSO $gam delete ou "${newou}" - $gam delete inboundssoprofile "id:~~${ssoprofile}~~" + $gam delete inboundssoprofile "id:${ssoprofile}" #$gam print printers #$gam create printer displayname "${newbase}" uri ipp://localhost:631 driverless description "made by $(gam_user)" ou / export CUSTOMER_ID="C01wfv983"