From eca367c5470263ab0a66001b1f3850210ef96457 Mon Sep 17 00:00:00 2001 From: Sean Rankine Date: Wed, 24 Jul 2024 14:03:44 +0100 Subject: [PATCH] Fix linting issues for the deploy workflow --- .github/workflows/deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4f92c3f..cf49fdd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,18 +6,18 @@ on: workflow_dispatch: inputs: gitRef: - description: 'Commit, tag or branch name to deploy' + description: "Commit, tag or branch name to deploy" required: true type: string environment: - description: 'Environment to deploy to' + description: "Environment to deploy to" required: true type: choice options: - - integration - - staging - - production - default: 'integration' + - integration + - staging + - production + default: "integration" release: types: [released]