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 5aaa62e commit a3970fdCopy full SHA for a3970fd
.github/workflows/daily_summarization.yaml
@@ -1,4 +1,4 @@
1
-name: Daily Summarize
+name: Daily Summarization
2
3
on:
4
workflow_dispatch:
@@ -72,6 +72,6 @@ jobs:
72
uv run python -m pymetrics.slack_utils \
73
-r ${{ github.run_id }} \
74
-c ${{ github.event.inputs.slack_channel || 'sdv-alerts' }} \
75
- -m 'Daily Summarize PyMetrics failed :fire: :dumpster-fire: :fire:'
+ -m 'Daily Summarization PyMetrics failed :fire: :dumpster-fire: :fire:'
76
env:
77
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
0 commit comments