Skip to content

Commit f61179d

Browse files
committed
Compare inputs.allow-test-packages against 'true', not non-empty
1 parent a53d42c commit f61179d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ runs:
8989
'-R', '${{ inputs.install-dir }}'
9090
)
9191
92-
if ( '${{ inputs.allow-test-packages }}' ) {
92+
if ( '${{ inputs.allow-test-packages }}' -eq 'true' ) {
9393
$args += '-t' # --allow-test-packages
9494
}
9595

0 commit comments

Comments
 (0)