From 35e059a5ae1c0984be72691025d9cfe4d17e0ed8 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Tue, 26 Nov 2024 21:55:02 -0800 Subject: [PATCH] Update test-discord-ping.yml --- .github/workflows/test-discord-ping.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-discord-ping.yml b/.github/workflows/test-discord-ping.yml index 2fbc893..e48ab76 100644 --- a/.github/workflows/test-discord-ping.yml +++ b/.github/workflows/test-discord-ping.yml @@ -5,7 +5,7 @@ on: jobs: test: - uses: .github/workflows/send-discord-embed.yml@main + uses: ./.github/workflows/send-discord-embed.yml@main secrets: DISCORD_WEBHOOK: ${{ secrets.DISCORD_TEST_HOOK }} with: