Skip to content

Commit 15ba01a

Browse files
authored
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
1 parent 2593b11 commit 15ba01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
run: |
3434
jq -n \
3535
--arg content "Pull Request #${PR_NUMBER} \"${PR_TITLE}\" merged by ${ACTOR}
36-
${PR_URL}. It will be included in the next nightly builds, please test" \
36+
${PR_URL} . It will be included in the next nightly builds, please test" \
3737
'{content: $content}' \
3838
| curl -H "Content-Type: application/json" -d @- ${{ secrets.DISCORD_WEBHOOK_BETA_TESTERS }}

0 commit comments

Comments
 (0)