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