Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Sep 8, 2024
1 parent a48381b commit 423fe2c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ jobs:
with:
key: "${{secrets.DISCORD_TEST_WEBHOOK_TEXT}}"
content: "Hello, text channel!"
- uses: "hugoalh/send-discord-webhook-ghaction/_build@main"
with:
key: "${{secrets.DISCORD_TEST_WEBHOOK_TEXT}}"
poll_allow_multiselect: "true"
poll_answers: |-
- emoji:
name: "cat"
text: "Cat"
- emoji:
name: "dog"
text: "Dog"
- text: "Me"
- text: "Other"
poll_duration: "1"
poll_question: "Who?"
- uses: "hugoalh/send-discord-webhook-ghaction/_build@main"
with:
key: "${{secrets.DISCORD_TEST_WEBHOOK_TEXT}}"
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ jobs:
with:
key: "${{secrets.DISCORD_TEST_WEBHOOK_TEXT}}"
content: "Hello, text channel!"
- uses: "hugoalh/send-discord-webhook-ghaction@main"
with:
key: "${{secrets.DISCORD_TEST_WEBHOOK_TEXT}}"
poll_allow_multiselect: "true"
poll_answers: |-
- emoji:
name: "cat"
text: "Cat"
- emoji:
name: "dog"
text: "Dog"
- text: "Me"
- text: "Other"
poll_duration: "1"
poll_question: "Who?"
- uses: "hugoalh/send-discord-webhook-ghaction@main"
with:
key: "${{secrets.DISCORD_TEST_WEBHOOK_TEXT}}"
Expand Down

0 comments on commit 423fe2c

Please sign in to comment.