@samitouri / QOS-React / commits / 7e2ea902f8

[ci] Fix discord notification title (#32491)

fun times --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32491). * #32492 * __->__ #32491

lauren committed Feb 28, 2025 at 10:58 UTC 7e2ea902f839264fd327b0df5fae4f6ad8359952
1 file changed +1 -1
.github/workflows/runtime_releases_from_npm_manual.yml
+1 -1
@@ -50,7 +50,7 @@ jobs:
50 embed-author-name: ${{ github.event.sender.login }}
51 embed-author-url: ${{ github.event.sender.html_url }}
52 embed-author-icon-url: ${{ github.event.sender.avatar_url }}
53 - embed-title: "⚠️ Publishing release from NPM${{ inputs.dry && ' (dry run)' }}"
53 + embed-title: "⚠️ Publishing release from NPM${{ (inputs.dry && ' (dry run)') || '' }}"
54 embed-description: |
55 ```json
56 ${{ toJson(inputs) }}