mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'github/dependabot/github_actions/dawidd6/action-send-mail-3.7.0' into topic/jgras/dependabot-updates
This commit is contained in:
commit
2a749a246e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/generate-docs.yml
vendored
2
.github/workflows/generate-docs.yml
vendored
|
@ -121,7 +121,7 @@ jobs:
|
||||||
# Only send notifications for scheduled runs. Runs from pull requests
|
# Only send notifications for scheduled runs. Runs from pull requests
|
||||||
# show failures in the Github UI.
|
# show failures in the Github UI.
|
||||||
if: failure() && github.event_name == 'schedule'
|
if: failure() && github.event_name == 'schedule'
|
||||||
uses: dawidd6/action-send-mail@v3.6.1
|
uses: dawidd6/action-send-mail@v3.7.0
|
||||||
with:
|
with:
|
||||||
server_address: ${{secrets.SMTP_HOST}}
|
server_address: ${{secrets.SMTP_HOST}}
|
||||||
server_port: ${{secrets.SMTP_PORT}}
|
server_port: ${{secrets.SMTP_PORT}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue