Skip to content

Commit

Permalink
Remove invalid 'choice' type from workflow call input
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroclutch committed Sep 26, 2023
1 parent a8d32c5 commit 23384a3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ on:
inputs:
environment:
description: 'Deployment environment'
type: choice
options:
- staging
- production
type: string
required: true
log_level:
description: 'Log level'
Expand Down

0 comments on commit 23384a3

Please sign in to comment.