File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ inputs:
13
13
runs :
14
14
using : ' composite'
15
15
steps :
16
- - run : |
17
- command="ipy ipy ${{ github.action_path }}/componentize.py ${{ inputs.source }} ${{ inputs.target }} --ghio ./lib"
18
- prefix="${{ inputs.prefix }}"
19
- if [ -n "$prefix" ]; then
20
- command="$command --prefix $prefix"
21
- fi
22
16
- run : nuget install Grasshopper -OutputDirectory ./lib -source https://api.nuget.org/v3/index.json
23
17
shell : pwsh
24
- - run : $command
18
+ - run : |
19
+ command="ipy ${{ github.action_path }}/componentize.py ${{ inputs.source }} ${{ inputs.target }} --ghio ./lib"
20
+ prefix="${{ inputs.prefix }}"
21
+ if [ -n "$prefix" ]; then
22
+ command="$command --prefix $prefix"
23
+ fi
24
+ $command
25
25
shell: pwsh
26
26
branding :
27
27
icon : ' box'
You can’t perform that action at this time.
0 commit comments