Skip to content

Commit

Permalink
remove content
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Mar 31, 2023
1 parent ee805ee commit 561d0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: echo "contents=$(cat README.md)" >> $$GITHUB_STATE
- id: set-matrix
run: |
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
cat generated.json
- name: Discord Webhook Action
uses: tsickert/[email protected]
Expand Down

0 comments on commit 561d0ee

Please sign in to comment.