mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-02 09:25:17 +02:00
Revert "send email on merge failure"
This reverts commit 5271e92ab22749cbb70be6a8c7a656d870c069b7.
This commit is contained in:
parent
79fc59da06
commit
30d5db79b7
1 changed files with 0 additions and 19 deletions
19
.github/workflows/merge-upstream-master.yml
vendored
19
.github/workflows/merge-upstream-master.yml
vendored
|
@ -40,22 +40,3 @@ jobs:
|
|||
# Step 4: Print a helpful timestamp for your records (not required, just nice)
|
||||
- name: Timestamp
|
||||
run: date
|
||||
|
||||
- name: Send email
|
||||
if: failure()
|
||||
uses: dawidd6/action-send-mail@v3.2.0
|
||||
with:
|
||||
# mail server settings
|
||||
server_address: smtp.gmail.com
|
||||
server_port: 465
|
||||
# user credentials
|
||||
username: ${{ secrets.EMAIL }}
|
||||
password: ${{ secrets.EMAIL_PASSWORD }}
|
||||
# email subject
|
||||
subject: ${{ github.job }} job of ${{ github.repository }} has ${{ job.status }}
|
||||
# email body as text
|
||||
body: ${{ github.job }} job in worflow ${{ github.workflow }} of ${{ github.repository }} has ${{ job.status }}
|
||||
# comma-separated string, send email to
|
||||
to: ${{ secrets.EMAIL }}
|
||||
# from email name
|
||||
from: Github Action
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue