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