Skip to content

Commit

Permalink
use blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
kryswisnaskas committed Mar 28, 2024
1 parent 766d62f commit f6f0126
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/pr-notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,15 @@ jobs:
env:
SLACK_WEBHOOK_URL_TEST: ${{ secrets.SLACK_WEBHOOK_URL_TEST }}
run: |
curl -X POST -H 'Content-type: application/json' --data '{"text": "https://github.com/HHS/Head-Start-TTADP/pull/2068"}' $SLACK_WEBHOOK_URL_TEST
curl -X POST -H 'Content-type: application/json' \
--data '{
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "<https://github.com/HHS/Head-Start-TTADP/pull/2068|PR #2068: New feature>"
}
}
]
}' $SLACK_WEBHOOK_URL_TEST

0 comments on commit f6f0126

Please sign in to comment.