diff --git a/.github/workflows/on_action_update_send_test_email.yml b/.github/workflows/on_action_update_send_test_email.yml index 7c52c89..520ca1d 100644 --- a/.github/workflows/on_action_update_send_test_email.yml +++ b/.github/workflows/on_action_update_send_test_email.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Send email using AWS SES - uses: dsfx3d/action-aws-ses@v1 + uses: CodeAtlas/action-aws-ses@v1.1.0 with: to: ${{ vars.TEST_EMAIL_RECIPIENTS }} from: ${{ vars.NEW_ANDROID_RELEASE_EMAIL_TO }} diff --git a/.github/workflows/on_release_send_email.yml b/.github/workflows/on_release_send_email.yml index e51d8ae..f5f382e 100644 --- a/.github/workflows/on_release_send_email.yml +++ b/.github/workflows/on_release_send_email.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Send email using AWS SES - uses: dsfx3d/action-aws-ses@v1 + uses: CodeAtlas/action-aws-ses@v1.1.0 with: to: ${{ vars.NEW_ANDROID_RELEASE_EMAIL_TO }} from: ${{ vars.NEW_ANDROID_RELEASE_EMAIL_TO }}