Skip to content

Commit 561d0ee

Browse files
committed
remove content
1 parent ee805ee commit 561d0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/webhook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: echo "contents=$(cat README.md)" >> $$GITHUB_STATE
2121
- id: set-matrix
2222
run: |
23-
echo "{\"content\":\"See greeting below\",\"embeds\":[{\"title\":\"Hello\",\"url\":\"https://www.github.com\",\"description\":\"World\"}]}" >> generated.json
23+
echo "{\"embeds\":[{\"title\":\"Hello\",\"url\":\"https://www.github.com\",\"description\":\"World\"}]}" >> generated.json
2424
cat generated.json
2525
- name: Discord Webhook Action
2626
uses: tsickert/[email protected]

0 commit comments

Comments
 (0)