From 223e017b9e53e7266d679e00b8b64c522243275b Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 24 Jul 2023 16:16:52 -0400 Subject: [PATCH] actions: returnidonly belongs outside the quotes, duh --- .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 8d35968d..7fca16a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -780,7 +780,7 @@ jobs: $gam create caalevel "zzz_${newbase}" basic condition ipsubnetworks 1.1.1.1/32,2.2.2.2/32 endcondition $gam print caalevels $gam delete caalevel "zzz_${newbase}" - driveid=$($gam user $gam_user add shareddrive "${newbase} returnidonly") + driveid=$($gam user $gam_user add shareddrive "${newbase}" returnidonly) echo "Created shared drive ${driveid}" $gam user $gam_user add drivefile localfile gam.py parentid "${driveid}" $gam user $gam_user update shareddrive "${driveid}" ou "${newou}"