Skip to content

Commit 3a1fb4d

Browse files
committed
build(email): need v14 for send email after Node.js 24
1 parent f96c98d commit 3a1fb4d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/stocksmartapi.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119

120120
# Send email indicating if anything has changed
121121
- name: Send email
122-
uses: dawidd6/action-send-mail@v13
122+
uses: dawidd6/action-send-mail@v14
123123

124124
with:
125125
server_address: smtp.gmail.com
@@ -131,7 +131,8 @@ jobs:
131131
subject: Github Actions job result
132132
to: andrew.beet@noaa.gov
133133

134-
from: Stocksmart GitHub
134+
from: 'Stocksmart GitHub <noreply@gmail.com>'
135+
envelope_from: ${{ secrets.MAIL_USERNAME }}
135136

136137
#body: file://${{github.workspace}}/data-raw/datapull.txt
137138

0 commit comments

Comments
 (0)