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