From f9b90b4ce6cb7774b357e7ffbde948028344ff9f Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 25 Jul 2023 12:13:11 -0400 Subject: [PATCH] actions: remove errant quote --- .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 1d54db98..e13bef96 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -611,7 +611,7 @@ jobs: fi source ../.github/actions/decrypt.sh ../.github/actions/creds.tar.xz.gpg creds.tar.xz "${GAMCFGDIR}" mv -v "${GAMCFGDIR}/oauth2.txt-gam-gha-${JID}" "${GAMCFGDIR}/oauth2.txt" - rm -v "${GAMCFGDIR}/oauth2.txt-gam* + rm -v $GAMCFGDIR/oauth2.txt-gam* export gam_user="gam-gha-${JID}@pdl.jaylee.us" echo "gam_user=${gam_user}" >> $GITHUB_ENV $gam config customer_id "C03uzfv2s" save