Skip to content

Commit

Permalink
string is not empty check
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkasirer committed May 8, 2023
1 parent 712d362 commit a9bd354
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 @@ -19,7 +19,7 @@ runs:
$command="ipy"
$params="${{ github.action_path }}/componentize.py", "${{ inputs.source }}", "${{ inputs.target }}", "--ghio", "./lib"
$prefix="${{ inputs.prefix }}"
if( $null -ne $prefix )
if( $prefix )
{
$params=$params + "--prefix", "$prefix"
}
Expand Down

0 comments on commit a9bd354

Please sign in to comment.