Skip to content

Commit 2b7773b

Browse files
dependabot[bot]vgulati-apphelix
authored andcommitted
build(deps): bump dawidd6/action-send-mail from 4 to 6 (#351)
1 parent f7c465f commit 2b7773b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/upgrade-python-requirements.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ jobs:
5757
--pr-body="Python requirements update.Please review the [changelogs](https://openedx.atlassian.net/wiki/spaces/TE/pages/1001521320/Python+Package+Changelogs) for the upgraded packages." \
5858
--user-reviewers="" --team-reviewers="orbi-bom" --delete-old-pull-requests
5959
60-
- name: Send notification
61-
uses: dawidd6/action-send-mail@v4
60+
- name: Send failure notification
61+
if: ${{ failure() }}
62+
uses: dawidd6/action-send-mail@v6
6263
with:
6364
server_address: email-smtp.us-east-1.amazonaws.com
6465
server_port: 465

0 commit comments

Comments
 (0)