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]