This commit is contained in:
2026-01-05 12:20:35 -08:00
parent bb1dcd7418
commit d1422cb1b4
5 changed files with 7 additions and 7 deletions

View File

@@ -59,7 +59,7 @@ runs:
cache: npm
cache-dependency-path: ${{ inputs.workingDirectory }}/package-lock.json
- name: "Configure npm authentication"
if: ${{ inputs.registries != '' && inputs.apiKeys != '' }}
if: ${{ inputs.registries && inputs.apiKeys }}
run: |
bash "${{ github.action_path }}/configure-auth.sh" add "${{ inputs.registries }}" "${{ inputs.apiKeys }}"
working-directory: ${{ inputs.workingDirectory }}