From 84deb8092a2136744c49f8f4f21be56955a1cfce Mon Sep 17 00:00:00 2001 From: Rahul Vats Date: Thu, 21 Sep 2023 14:20:06 +0530 Subject: [PATCH] provide default value to environment_to_deploy --- .github/workflows/ci-astro-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-astro-deploy.yml b/.github/workflows/ci-astro-deploy.yml index 5ac465256..ad69257f3 100644 --- a/.github/workflows/ci-astro-deploy.yml +++ b/.github/workflows/ci-astro-deploy.yml @@ -28,6 +28,7 @@ on: inputs: git_rev: description: 'The git revision to deploy' + type: string required: false default: '' environment_to_deploy: