From 6d0551bfd3f97b487320a493da10413cab6dfe54 Mon Sep 17 00:00:00 2001 From: Aniket <58530748+HandyHat@users.noreply.github.com> Date: Wed, 30 Aug 2023 20:25:13 +0100 Subject: [PATCH] Change `commitHash` to not required --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 02ccceb..08c4f95 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ inputs: required: false commitHash: description: 'The commit hash of the commit triggered the target deployment' - required: true + required: false outputs: id: description: 'Deployment ID'