Skip to content

Commit 40af9a7

Browse files
committed
fixed the fixed if syntax
1 parent a83f558 commit 40af9a7

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
@@ -18,7 +18,7 @@ runs:
1818
- run: |
1919
command="ipy ${{ github.action_path }}/componentize.py ${{ inputs.source }} ${{ inputs.target }} --ghio ./lib"
2020
prefix="${{ inputs.prefix }}"
21-
if [ -n "$prefix" ]; then
21+
if [[ -n "$prefix" ]]; then
2222
command="$command --prefix $prefix"
2323
fi
2424
$command

0 commit comments

Comments
 (0)