Skip to content

Commit

Permalink
Try raw link
Browse files Browse the repository at this point in the history
  • Loading branch information
kryswisnaskas committed Mar 28, 2024
1 parent 7dc358a commit 766d62f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ jobs:
env:
SLACK_WEBHOOK_URL_TEST: ${{ secrets.SLACK_WEBHOOK_URL_TEST }}
run: |
PR_LINK="${{ github.server_url }}/${{ github.repository }}/pull/${{ github.event.pull_request.number }}"
curl -X POST -H 'Content-type: application/json' --data "{\"text\": \":rocket: A new pull request (#${{ github.event.pull_request.number }}) has been opened! <${PR_LINK}|View Pull Request>\"}" $SLACK_WEBHOOK_URL_TEST
curl -X POST -H 'Content-type: application/json' --data '{"text": "https://github.com/HHS/Head-Start-TTADP/pull/2068"}' $SLACK_WEBHOOK_URL_TEST

0 comments on commit 766d62f

Please sign in to comment.