Skip to content

Commit 9aa827f

Browse files
committed
Attempting to fix error on line 130
1 parent 6013bcf commit 9aa827f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build-and-release.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ jobs:
127127
uses: tsickert/discord-webhook@v7.0.0
128128
with:
129129
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
130-
embed-title: "🎉 New update on `master` branch: ${{ fromJson(steps.get_pr_data.outputs.result).title }}"
131-
embed-description: "${{ fromJson(steps.get_pr_data.outputs.result).body }}"
132-
embed-url: "${{ fromJson(steps.get_pr_data.outputs.result).html_url }}"
130+
embed-title: |
131+
🎉 New update on `master` branch: ${{ fromJson(steps.get_pr_data.outputs.result).title }}
132+
embed-description: |
133+
${{ fromJson(steps.get_pr_data.outputs.result).body }}
134+
embed-url: ${{ fromJson(steps.get_pr_data.outputs.result).html_url }}
135+

0 commit comments

Comments
 (0)