File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 name : Generate VRChat API SDK
2222 env :
2323 ARTIFACT_NAME : " openapi.yaml"
24- INPUT : ${{ github.event_name == 'repository_dispatch' && github.event.client_payload || inputs.json }}
25- SPEC_URL : ${{ fromJSON (github.event_name == 'repository_dispatch' && github.event.client_payload || inputs.json)['artifacts']['openapi-legacy.yaml'] }}
26- PASSED_VERSION : ${{ fromJSON (github.event_name == 'repository_dispatch' && github.event.client_payload || inputs.json)['version'] }}
24+ INPUT : ${{ github.event_name == 'repository_dispatch' && toJSON( github.event.client_payload) || inputs.json }}
25+ SPEC_URL : ${{ (github.event_name == 'repository_dispatch' && github.event.client_payload || fromJSON( inputs.json) )['artifacts']['openapi-legacy.yaml'] }}
26+ PASSED_VERSION : ${{ (github.event_name == 'repository_dispatch' && github.event.client_payload || fromJSON( inputs.json) )['version'] }}
2727 VERSION_POSTPEND : ${{ github.event_name == 'workflow_dispatch' && inputs.version_postfix || '' }}
2828 steps :
2929 - uses : actions/setup-node@v3
You can’t perform that action at this time.
0 commit comments