File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 required : false
1111 type : string
1212 default : main
13- outputs :
14- version :
15- description : Version the preview was published under.
16- value : ${{ jobs.generate.outputs.version }}
17- install :
18- description : Command that installs the preview package.
19- value : ${{ jobs.build.outputs.install }}
2013
2114name : CI
2215
6356 build :
6457 needs : generate
6558 runs-on : ubuntu-latest
66- outputs :
67- install : ${{ steps.preview.outputs.install }}
6859 steps :
6960 - uses : actions/checkout@v7
7061 with :
9586 --comment=${{ github.repository == 'vrchatapi/vrchatapi-javascript' && 'update' || 'off' }}
9687
9788 echo "install=pnpm add $(jq -r '.packages[0].url' preview.json)" >> $GITHUB_OUTPUT
89+
90+ - uses : vrchatapi/specification/.github/actions/report@ci/modernise-actions
91+ with :
92+ sdk : javascript
93+ install : ${{ steps.preview.outputs.install }}
You can’t perform that action at this time.
0 commit comments