Skip to content

Commit 59c5e4b

Browse files
committed
More debugging
1 parent e3b7748 commit 59c5e4b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,10 @@ jobs:
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
157-
curl -X POST https://slack.com/api/chat.postMessage \
157+
echo "Payload: $data"
158+
response=$(curl -X POST https://slack.com/api/chat.postMessage \
158159
-H "Authorization: Bearer $SLACK_BOT_TOKEN" \
159160
-H "Content-type: application/json" \
160-
--data "$data"
161+
--data "$data")
162+
echo "Slack API response: $response"
161163
fi

0 commit comments

Comments
 (0)