Skip to content

Commit

Permalink
Merge pull request #157 from openedx/dependabot/github_actions/dawidd…
Browse files Browse the repository at this point in the history
…6/action-send-mail-4

build(deps): bump dawidd6/action-send-mail from 3 to 4
  • Loading branch information
feanil authored Nov 25, 2024
2 parents 6e9f6df + 71300af commit 46b4ddd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/repo-health-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
path: dashboards/dashboard.sqlite3

- name: Send email on failure
uses: dawidd6/action-send-mail@v3
uses: dawidd6/action-send-mail@v4
if: ${{ failure() && inputs.ENABLE_EMAIL_ALERTS }}
with:
server_address: email-smtp.us-east-1.amazonaws.com
Expand All @@ -176,7 +176,7 @@ jobs:
body: ${{ github.workflow }} in ${{ github.repository }} failed! For details, see https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

- name: Send email on success
uses: dawidd6/action-send-mail@v3
uses: dawidd6/action-send-mail@v4
if: ${{ success() && inputs.ENABLE_EMAIL_ALERTS && inputs.ENABLE_EMAIL_ALERTS_ON_SUCCESS }}
with:
server_address: email-smtp.us-east-1.amazonaws.com
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Send failure notification
if: ${{ failure() && inputs.email_address }}
uses: dawidd6/action-send-mail@v3
uses: dawidd6/action-send-mail@v4
with:
server_address: email-smtp.us-east-1.amazonaws.com
server_port: 465
Expand All @@ -111,7 +111,7 @@ jobs:

- name: Send success notification
if: ${{ inputs.send_success_notification && inputs.email_address && steps.createpullrequest.outputs.generated_pr }}
uses: dawidd6/action-send-mail@v3
uses: dawidd6/action-send-mail@v4
with:
server_address: email-smtp.us-east-1.amazonaws.com
server_port: 465
Expand Down

0 comments on commit 46b4ddd

Please sign in to comment.