Skip to content

Commit 18450e9

Browse files
Slack formatting
1 parent c42dc14 commit 18450e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/post-slack-message.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ jobs:
3434
if [ $? -eq 0 ]; then
3535
message="${message}\nThis is an unwritten scorecard that is looking for an owner.\n"
3636
fi
37+
echo "message = ${message}"
3738
curl -X POST -H 'Content-type: application/json' --data "{\"text\":\"${message}\"}" ${{ env.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)