From 91a021b634a6b0f43fa40aaa6d2bbc4e00e2e751 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Tue, 26 Nov 2024 22:27:37 -0800 Subject: [PATCH] Update test-discord-ping.yml --- .github/workflows/test-discord-ping.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-discord-ping.yml b/.github/workflows/test-discord-ping.yml index 4368d2c..e821fea 100644 --- a/.github/workflows/test-discord-ping.yml +++ b/.github/workflows/test-discord-ping.yml @@ -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