Skip to content

Commit

Permalink
Fix enum values to be strings (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire authored Jan 27, 2025
1 parent 5b4c991 commit 6727630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typings/softprops/action-gh-release/v2/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ inputs:
make_latest:
type: enum
allowed-values:
- true
- false
- "true"
- "false"
- legacy
# Please check those outputs's description and set a proper type. 'string' is just set by default
outputs:
Expand Down

0 comments on commit 6727630

Please sign in to comment.