Skip to content

Commit 0322d62

Browse files
committed
decoupling
1 parent 5d1833c commit 0322d62

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/dailySummary.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@ jobs:
1111
name: get summary
1212
steps:
1313
- uses: shangminx/Auto-Digest@main
14-
with:
15-
webhook: ${{ secrets.WEBHOOK }}
14+
id: getsummary
15+
- uses: plantree/github-actions-issue-notify-teams@main
16+
with:
17+
type: daily-report
18+
message: ${{ steps.getsummary.outputs.dailysummary }}
19+
webhook: ${{ secrets.WEBHOOK }}

0 commit comments

Comments
 (0)