From 2984ef0a401b33087283b97eee047a4470a3bf95 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Thu, 15 Jul 2021 09:00:43 +0200 Subject: [PATCH] Fix repository dispatch payload of test-sending-notifications.yml --- .github/workflows/test-sending-notifications.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-sending-notifications.yml b/.github/workflows/test-sending-notifications.yml index 340cc48..f1264cb 100644 --- a/.github/workflows/test-sending-notifications.yml +++ b/.github/workflows/test-sending-notifications.yml @@ -3,7 +3,7 @@ name: Test sending notifications on: repository_dispatch: types: - - test-sample-notification + - test-sending-notifications jobs: send_sampe_notification: