Skip to content

Commit 2601942

Browse files
author
Choonho Son
committed
Fix typo
Signed-off-by: Choonho Son <[email protected]>
1 parent 64d166c commit 2601942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_ses_email.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
3030
- name: Add SES Email Identity
3131
run: |
32-
aws sesv2 create-email-identity --email-identity ${{ github.event.inputs.email }} ----configuration-set-name my-first-configuration-set
32+
aws sesv2 create-email-identity --email-identity ${{ github.event.inputs.email }} --configuration-set-name my-first-configuration-set

0 commit comments

Comments
 (0)