Skip to content

Commit

Permalink
actions: remove duplicate sendemail command that was throwing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee authored Oct 2, 2024
1 parent ccaa760 commit d77d873
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,6 @@ jobs:
$gam create alias $newalias user $newuser
$gam create group $newgroup name "GHA $JID group" description "This is a description" isarchived true
$gam user $gam_user sendemail recipient $newuser subject "test message $newbase" message "GHA test message"
$gam user $gam_user sendemail recipient exchange@pdl.jaylee.us subject "test ${tstamp}" message "test message"
$gam config enable_dasa false save
$gam create contact firstname GHA lastname "$JID" email work "${newbase}@example.com" primary
$gam print contacts
Expand Down

0 comments on commit d77d873

Please sign in to comment.