Skip to content

Commit a9bd354

Browse files
committed
string is not empty check
1 parent 712d362 commit a9bd354

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
@@ -19,7 +19,7 @@ runs:
1919
$command="ipy"
2020
$params="${{ github.action_path }}/componentize.py", "${{ inputs.source }}", "${{ inputs.target }}", "--ghio", "./lib"
2121
$prefix="${{ inputs.prefix }}"
22-
if( $null -ne $prefix )
22+
if( $prefix )
2323
{
2424
$params=$params + "--prefix", "$prefix"
2525
}

0 commit comments

Comments
 (0)