Skip to content

Commit

Permalink
remove required input
Browse files Browse the repository at this point in the history
  • Loading branch information
chasinandrew committed Oct 3, 2023
1 parent ef61c20 commit d33b2e9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,7 @@ on:
type: string
required: true
description: Name of the target deployment environment. Acceptable values are 'dev', 'qa', or 'prod'
existing_revision_percentage:
type: string
required: true
description: Fix later
existing_revision:
type: string
required: true
description: Fix later


jobs:
lint: #TODO: add linter for csharp / dotnet
name: Lint
Expand Down

0 comments on commit d33b2e9

Please sign in to comment.