From 2d111ce0d1c6c3f6de74bfc2ec2b5f5baad2c983 Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Wed, 8 Nov 2023 02:32:56 +0530 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b983b339..ad0509dd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,10 +1,10 @@ name: Manual Deploy to GCP on: workflow_dispatch: - inputs: - release: - description: 'Release version' - required: true + inputs: + release: + description: 'Release version' + required: true jobs: deploy: runs-on: ubuntu-latest