File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 using : ' composite'
100100 steps :
101101 - name : Prepare blocklet cli deps
102- if : ${{ inputs.skip-deps != 'true' || inputs.skip-abtnode != 'true' }}
102+ if : ${{ inputs.skip-deps != 'true' && inputs.skip-abtnode != 'true' }}
103103 run : |
104104 if ${{inputs.deps-npm-client == 'pnpm'}} ; then pnpm install -g @blocklet/cli@${{ inputs.deps-server-version}}; elif ${{ inputs.deps-npm-client == 'yarn' }} ; then yarn global add @blocklet/cli@${{ inputs.deps-server-version}}; else npm install -g @blocklet/cli@${{ inputs.deps-server-version}} ; fi
105105 shell : bash
Original file line number Diff line number Diff line change 11{
22 "name" : " action-workflow" ,
3- "version" : " 0.3.8 " ,
3+ "version" : " 0.3.9 " ,
44 "description" : " Github action for develop blocklet workflow" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments