We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee805ee commit 561d0eeCopy full SHA for 561d0ee
.github/workflows/webhook.yaml
@@ -20,7 +20,7 @@ jobs:
20
run: echo "contents=$(cat README.md)" >> $$GITHUB_STATE
21
- id: set-matrix
22
run: |
23
- echo "{\"content\":\"See greeting below\",\"embeds\":[{\"title\":\"Hello\",\"url\":\"https://www.github.com\",\"description\":\"World\"}]}" >> generated.json
+ echo "{\"embeds\":[{\"title\":\"Hello\",\"url\":\"https://www.github.com\",\"description\":\"World\"}]}" >> generated.json
24
cat generated.json
25
- name: Discord Webhook Action
26
uses: tsickert/[email protected]
0 commit comments