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 c42dc14 commit 18450e9Copy full SHA for 18450e9
.github/workflows/post-slack-message.yml
@@ -34,4 +34,5 @@ jobs:
34
if [ $? -eq 0 ]; then
35
message="${message}\nThis is an unwritten scorecard that is looking for an owner.\n"
36
fi
37
+ echo "message = ${message}"
38
curl -X POST -H 'Content-type: application/json' --data "{\"text\":\"${message}\"}" ${{ env.SLACK_WEBHOOK_URL }}
0 commit comments