From 3489e492d8a80ea26f5ef90053d751d598ad8331 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Tue, 26 Nov 2024 22:29:56 -0800 Subject: [PATCH] Update test-discord-ping.yml --- .github/workflows/test-discord-ping.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-discord-ping.yml b/.github/workflows/test-discord-ping.yml index e821fea..c44c7fa 100644 --- a/.github/workflows/test-discord-ping.yml +++ b/.github/workflows/test-discord-ping.yml @@ -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