Skip to content

Commit 9942404

Browse files
Update daily.yaml
1 parent dd2d1f9 commit 9942404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
python -m pip install invoke
5050
python -m pip install .[dev]
5151
- name: Slack alert if failure
52-
run: python -m github_analytics.slack_utils -r ${{ github.run_id }} -c ${{ github.event.inputs.slack_channel || 'sdv-alerts' }}
52+
run: python -m download_analytics.slack_utils -r ${{ github.run_id }} -c ${{ github.event.inputs.slack_channel || 'sdv-alerts' }}
5353
env:
5454
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}

0 commit comments

Comments
 (0)