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 9d633ea commit 496b9d5Copy full SHA for 496b9d5
.github/workflows/notifications.yml
@@ -10,13 +10,9 @@ jobs:
10
- name: Discord notification
11
shell: bash
12
run: |
13
- DESC="
14
- Commit message:
15
- ${{ github.event.workflow_run.head_commit.message }}"
16
-
17
BODY=$(jq -nc \
18
--arg title "Website Update" \
19
- --arg desc "$DESC" \
+ --arg desc "${{ github.event.workflow_run.head_commit.message }}" \
20
--arg url "https://github.com/WaspScripts/wasp-webapp/commit/${{ github.event.workflow_run.head_commit.id }}" \
21
--arg foot "Author: ${{ github.event.workflow_run.head_commit.author.name }}" \
22
--argjson color 16742912 \
0 commit comments