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 e3b7748 commit 59c5e4bCopy full SHA for 59c5e4b
.github/workflows/deploy-staging-network.yml
@@ -154,8 +154,10 @@ jobs:
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
157
- curl -X POST https://slack.com/api/chat.postMessage \
+ echo "Payload: $data"
158
+ response=$(curl -X POST https://slack.com/api/chat.postMessage \
159
-H "Authorization: Bearer $SLACK_BOT_TOKEN" \
160
-H "Content-type: application/json" \
- --data "$data"
161
+ --data "$data")
162
+ echo "Slack API response: $response"
163
fi
0 commit comments