diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 74009b9..91f224c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,10 @@ on: description: 'Deployment environment' required: true default: 'Development' - enum: ['Production', 'Development'] + type: choice + options: + - Development + - Production jobs: deploy-prod: