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:
Jan Grashoefer 2022-10-06 13:00:30 +02:00
commit 2a749a246e

View file

@ -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}}