Fix Discord webhook message to show the detailed embed

To get the detailed embed in the message there has to be a space between the link and the following dot
This commit is contained in:
Soeren 2025-09-21 22:02:44 +02:00 committed by GitHub
parent 2593b11aba
commit 15ba01a1c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,6 +33,6 @@
run: | run: |
jq -n \ jq -n \
--arg content "Pull Request #${PR_NUMBER} \"${PR_TITLE}\" merged by ${ACTOR} --arg content "Pull Request #${PR_NUMBER} \"${PR_TITLE}\" merged by ${ACTOR}
${PR_URL}. It will be included in the next nightly builds, please test" \ ${PR_URL} . It will be included in the next nightly builds, please test" \
'{content: $content}' \ '{content: $content}' \
| curl -H "Content-Type: application/json" -d @- ${{ secrets.DISCORD_WEBHOOK_BETA_TESTERS }} | curl -H "Content-Type: application/json" -d @- ${{ secrets.DISCORD_WEBHOOK_BETA_TESTERS }}