File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,11 +3,6 @@ name: Reusable Release Zotero Plugin Workflow
33on :
44 workflow_call :
55 inputs :
6- fetch-all :
7- description : " Whether to fetch all commits and submodules."
8- type : boolean
9- required : false
10- default : false
116 build :
127 description : " The command to build the project. Set to an empty string to skip."
138 type : string
4237 - name : Setup JS
4338 uses : zotero-plugin-dev/workflows/setup-js@main
4439 with :
45- fetch-all : ${{ inputs.fetch-all }}
40+ fetch-all : true
4641
4742 - name : Build
4843 if : ${{ inputs.build }}
Original file line number Diff line number Diff line change 77 default : false
88
99 fetch-all :
10- description : Whether to fetch all history for all branches and tags .
10+ description : Whether to fetch all commits and submodules .
1111 default : false
1212
1313 node-version :
You can’t perform that action at this time.
0 commit comments