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 dd2d1f9 commit 9942404Copy full SHA for 9942404
.github/workflows/daily.yaml
@@ -49,6 +49,6 @@ jobs:
49
python -m pip install invoke
50
python -m pip install .[dev]
51
- 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' }}
+ run: python -m download_analytics.slack_utils -r ${{ github.run_id }} -c ${{ github.event.inputs.slack_channel || 'sdv-alerts' }}
53
env:
54
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
0 commit comments