We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df4aa2 commit d196d70Copy full SHA for d196d70
.github/workflows/daily-status.yaml
@@ -53,7 +53,7 @@ jobs:
53
password: ${{ secrets.NOTIFY_SMTP_PASSWORD }}
54
secure: ${{ secrets.NOTIFY_SMTP_SECURE }}
55
ignore_cert: ${{ secrets.NOTIFY_SMTP_IGNORE_CERT }}
56
- from: GitHub Actions Notifications
+ from: "GitHub Actions Notifications <${{ secrets.NOTIFY_SMTP_USERNAME }}@${{ secrets.NOTIFY_SMTP_HOST }}>"
57
to: ${{ secrets.DAILY_STATUS_RECIPIENTS }}
58
subject: ${{ steps.content.outputs.subject }}
59
html_body: file://git-annex-ci-reports/index.html
0 commit comments