Skip to content

Commit 496b9d5

Browse files
committed
fix: typo
1 parent 9d633ea commit 496b9d5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/notifications.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@ jobs:
1010
- name: Discord notification
1111
shell: bash
1212
run: |
13-
DESC="
14-
Commit message:
15-
${{ github.event.workflow_run.head_commit.message }}"
16-
1713
BODY=$(jq -nc \
1814
--arg title "Website Update" \
19-
--arg desc "$DESC" \
15+
--arg desc "${{ github.event.workflow_run.head_commit.message }}" \
2016
--arg url "https://github.com/WaspScripts/wasp-webapp/commit/${{ github.event.workflow_run.head_commit.id }}" \
2117
--arg foot "Author: ${{ github.event.workflow_run.head_commit.author.name }}" \
2218
--argjson color 16742912 \

0 commit comments

Comments
 (0)