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 2dcb70a commit 63f2583Copy full SHA for 63f2583
.github/workflows/dailySummary.yml
@@ -12,6 +12,13 @@ jobs:
12
steps:
13
- uses: shangminx/Auto-Digest@main
14
id: getsummary
15
+ - uses: shangminx/Auto-Digest/sendEmail@main
16
+ id: sendEmail
17
+ with:
18
+ email_password: ${{ secrets.EMAIL_PASSWORD }}
19
+ sender_email: ${{secrets.SENDER_EMAIL}}
20
+ recipient_email: ${{secrets.RECIPIENT_EMAIL}}
21
+ report_data: ${{ steps.getsummary.outputs.dailysummary }}
22
- uses: plantree/github-actions-issue-notify-teams@main
23
with:
24
type: daily-report
0 commit comments