File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ inputs:
1616 Can be absolute or relative to the repository root.
1717 required : false
1818 default : " ."
19+ registry-url :
20+ description : |
21+ Optional registry to set up for auth.
22+ See https://github.com/actions/setup-node?tab=readme-ov-file#usage.
23+ required : false
24+ default : " "
1925
2026outputs :
2127 run-script-command :
@@ -140,6 +146,7 @@ runs:
140146 node-version-file : ${{ steps.get-node-version-file.outputs.node-version-file }}
141147 cache : ${{ steps.get-package-manager.outputs.cache-dependency-path != '' && steps.get-package-manager.outputs.package-manager || '' }}
142148 cache-dependency-path : ${{ steps.get-package-manager.outputs.cache-dependency-path }}
149+ registry-url : ${{ inputs.registry-url }}
143150
144151 - shell : bash
145152 working-directory : ${{ inputs.working-directory }}
You can’t perform that action at this time.
0 commit comments