From 6898e7496abe56261c9a63599347175cfe0a6595 Mon Sep 17 00:00:00 2001 From: Tim Krins Date: Fri, 20 Sep 2024 15:46:35 +0100 Subject: [PATCH] add send-notifications parameter --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index a9ec758..7c28043 100644 --- a/action.yml +++ b/action.yml @@ -113,6 +113,9 @@ inputs: working-directory: description: 'Directory in which to execute codecov.sh' required: false + send-notifications: + description: 'Manually trigger the sending of notifications (does not upload coverage, requires codecov.notify.manual_trigger to be true)' + required: false branding: color: 'red' icon: 'umbrella'