File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 to : orbi-bom-upgrade-prs@2u-internal.jsmalerts.atlassian.net
7070 from : github-actions <github-actions@edx.org>
7171 body : Upgrade python requirements workflow in ${{github.repository}} failed! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
72+
73+ - name : Send success notification
74+ if : ${{ success() }}
75+ uses : dawidd6/action-send-mail@v3
76+ with :
77+ server_address : email-smtp.us-east-1.amazonaws.com
78+ server_port : 465
79+ username : ${{secrets.EDX_SMTP_USERNAME}}
80+ password : ${{secrets.EDX_SMTP_PASSWORD}}
81+ subject : Upgrade python requirements workflow executed successfully in ${{github.repository}}
82+ to : ' orbi-bom-upgrade-prs@2u-internal.jsmalerts.atlassian.net'
83+ from : github-actions <github-actions@edx.org>
84+ body : Upgrade python requirements workflow successfully executed in ${{ github.repository }}. For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
You can’t perform that action at this time.
0 commit comments