8000 Compare inputs.allow-test-packages against 'true', not non-empty · cygwin/cygwin-install-action@f61179d · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit f61179d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)
0