From 79f83f34fd2d801fe324477017e6fee2456a201b Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 2 Oct 2024 17:02:49 -0400 Subject: [PATCH] actions: disable create contact command that may be actual issue --- .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 a955cdd4..5822fc59 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -828,7 +828,7 @@ jobs: $gam create group $newgroup name "GHA $JID group" description "This is a description" isarchived true $gam user $gam_user sendemail recipient dev-null@pdl.jaylee.us subject "test message $newbase" message "GHA test message" $gam config enable_dasa false save - $gam create contact firstname GHA lastname "$JID" email work "${newbase}@example.com" primary + #$gam create contact firstname GHA lastname "$JID" email work "${newbase}@example.com" primary $gam print contacts $gam print privileges $gam config enable_dasa true save