Skip to content

Commit f0efa34

Browse files
committed
Fix
1 parent af89718 commit f0efa34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-staging-network.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
if [ -n "${SLACK_BOT_TOKEN}" ]; then
151151
read -r -d '' data <<EOF
152152
{
153-
"channel": "#alerts-next-${{ inputs.network }}",
153+
"channel": "#alerts-${{ inputs.network }}",
154154
"text": "Deploy Staging Network workflow FAILED for *${{ inputs.network }}* (version ${{ inputs.semver }}): <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Run>"
155155
}
156156
EOF

0 commit comments

Comments
 (0)