forked from openedx-unsupported/devstack
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4857570
commit 8127a93
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,18 +31,18 @@ jobs: | |
return tagName; | ||
result-encoding: string | ||
|
||
- name: Send mail | ||
- name: Send failure notification | ||
if: ${{ failure() }} | ||
uses: dawidd6/action-send-mail@v3 | ||
with: | ||
server_address: smtp.gmail.com | ||
server_address: email-smtp.us-east-1.amazonaws.com | ||
server_port: 465 | ||
to: [email protected] | ||
from: Gitea <gitea@hostname> | ||
username: ${{secrets.edx_smtp_username}} | ||
password: ${{secrets.edx_smtp_password}} | ||
subject: Test Subject | ||
priority: high | ||
convert_markdown: true | ||
html_body: | | ||
### Job status | ||
to: [email protected] | ||
from: github-actions <[email protected]> | ||
body: This would be the body of the mail | ||
|
||
- name: Build and push Dev Docker image | ||
uses: docker/build-push-action@v1 | ||
|