We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2593b11 commit 15ba01aCopy full SHA for 15ba01a
.github/workflows/pr-merge.yaml
@@ -33,6 +33,6 @@
33
run: |
34
jq -n \
35
--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" \
+ ${PR_URL} . It will be included in the next nightly builds, please test" \
37
'{content: $content}' \
38
| curl -H "Content-Type: application/json" -d @- ${{ secrets.DISCORD_WEBHOOK_BETA_TESTERS }}
0 commit comments