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 91a021b commit 3489e49
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test-discord-ping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,15 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: "withstudiocms/automation"
ref: "main"
path: "automation"

- name: test
uses: ./.github/workflows/send-discord-embed.yml
uses: ./automation/.github/workflows/send-discord-embed.yml
with:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_TEST_HOOK }}
CONTENT: This is a test
Expand Down

0 comments on commit 3489e49

Please sign in to comment.