Skip to content

Commit

Permalink
Merge pull request #753 from eclipse-pass/cs/deployToAWSDeploymentEnv
Browse files Browse the repository at this point in the history
Changing Deployment Environment argument from string to drop down selection
  • Loading branch information
cshannon2 authored Oct 2, 2023
2 parents 0eab18b + 475813f commit 5b98507
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deployToAWS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
workflow_dispatch:
inputs:
DEPLOYMENT_ENVIRONMENT:
type: choice
description: 'Environment'
options:
- demo
- development
required: true

jobs:
Expand Down

0 comments on commit 5b98507

Please sign in to comment.