actions: disable create contact command that may be actual issue

This commit is contained in:
Jay Lee
2024-10-02 17:02:49 -04:00
committed by GitHub
parent a34b6610d2
commit 79f83f34fd

View File

@@ -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