Skip to content

Commit

Permalink
Changing Deployment Environment argument from sting to drop down sele…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
cshannon2 committed Oct 2, 2023
1 parent 464cacb commit 475813f
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 475813f

Please sign in to comment.