Skip to content

Commit 2188976

Browse files
Update dryrun.yaml
1 parent 9942404 commit 2188976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dryrun.yaml

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

0 commit comments

Comments
 (0)