There was an error while loading. Please reload this page.
1 parent f96c98d commit 3a1fb4dCopy full SHA for 3a1fb4d
1 file changed
.github/workflows/stocksmartapi.yml
@@ -119,7 +119,7 @@ jobs:
119
120
# Send email indicating if anything has changed
121
- name: Send email
122
- uses: dawidd6/action-send-mail@v13
+ uses: dawidd6/action-send-mail@v14
123
124
with:
125
server_address: smtp.gmail.com
@@ -131,7 +131,8 @@ jobs:
131
subject: Github Actions job result
132
to: andrew.beet@noaa.gov
133
134
- from: Stocksmart GitHub
+ from: 'Stocksmart GitHub <noreply@gmail.com>'
135
+ envelope_from: ${{ secrets.MAIL_USERNAME }}
136
137
#body: file://${{github.workspace}}/data-raw/datapull.txt
138
0 commit comments