Skip to content

Commit

Permalink
Update test-discord-ping.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen authored Nov 27, 2024
1 parent 1e351dd commit 91a021b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test-discord-ping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ on:

jobs:
test:
uses: ./.github/workflows/send-discord-embed.yml
with:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_TEST_HOOK }}
CONTENT: This is a test
runs-on: ubuntu-latest
steps:
- name: test
uses: ./.github/workflows/send-discord-embed.yml
with:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_TEST_HOOK }}
CONTENT: This is a test

0 comments on commit 91a021b

Please sign in to comment.