Skip to content

Commit a3970fd

Browse files
committed
fix name
1 parent 5aaa62e commit a3970fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/daily_summarization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Daily Summarize
1+
name: Daily Summarization
22

33
on:
44
workflow_dispatch:
@@ -72,6 +72,6 @@ jobs:
7272
uv run python -m pymetrics.slack_utils \
7373
-r ${{ github.run_id }} \
7474
-c ${{ github.event.inputs.slack_channel || 'sdv-alerts' }} \
75-
-m 'Daily Summarize PyMetrics failed :fire: :dumpster-fire: :fire:'
75+
-m 'Daily Summarization PyMetrics failed :fire: :dumpster-fire: :fire:'
7676
env:
7777
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}

0 commit comments

Comments
 (0)