We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8cfcc commit f72395dCopy full SHA for f72395d
action.yml
@@ -10,7 +10,7 @@ inputs:
10
runs:
11
using: 'composite'
12
steps:
13
- - run: nuget install Grasshopper -OutputDirectory ./lib
+ - run: nuget install Grasshopper -OutputDirectory ./lib -source https://api.nuget.org/v3/index.json
14
shell: pwsh
15
- run: ipy ${{ github.action_path }}/componentize.py ${{ inputs.source }} ${{ inputs.target }} --ghio ./lib
16
0 commit comments