Skip to content

Commit

Permalink
Fix use-cross to be read as boolean (#9)
Browse files Browse the repository at this point in the history
This makes the input be of the type "boolean", making the checks more reliable.
  • Loading branch information
grzuy authored Oct 27, 2023
1 parent cd8a5ce commit 5f62155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ inputs:
default: "v0.2.4"
use-cross:
description: If the target requires the usage of cross.
type: boolean
required: false
default: false
target:
Expand Down

0 comments on commit 5f62155

Please sign in to comment.