Skip to content

Commit 87092cc

Browse files
authored
Correct message formatting in PR merge workflow
Fix formatting in Discord webhook message for PR merge.
1 parent a037d99 commit 87092cc

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}" \
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)