Skip to content

Commit

Permalink
Compare inputs.allow-test-packages against 'true', not non-empty
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-turney committed Jan 6, 2025
1 parent a53d42c commit f61179d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ runs:
'-R', '${{ inputs.install-dir }}'
)
if ( '${{ inputs.allow-test-packages }}' ) {
if ( '${{ inputs.allow-test-packages }}' -eq 'true' ) {
$args += '-t' # --allow-test-packages
}
Expand Down

0 comments on commit f61179d

Please sign in to comment.