Test
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user