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 af89718 commit f0efa34Copy full SHA for f0efa34
.github/workflows/deploy-staging-network.yml
@@ -150,7 +150,7 @@ jobs:
150
if [ -n "${SLACK_BOT_TOKEN}" ]; then
151
read -r -d '' data <<EOF
152
{
153
- "channel": "#alerts-next-${{ inputs.network }}",
+ "channel": "#alerts-${{ inputs.network }}",
154
"text": "Deploy Staging Network workflow FAILED for *${{ inputs.network }}* (version ${{ inputs.semver }}): <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Run>"
155
}
156
EOF
0 commit comments