Skip to content

Commit

Permalink
Set working directory when running yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
lzm0 committed May 21, 2024
1 parent eb66674 commit 5d204c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yarn/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ runs:
- name: Set up yarn credentials
if: inputs.npm-username && inputs.npm-password
shell: bash
working-directory: ${{ inputs.working-directory }}
env:
NPM_USER: ${{ inputs.npm-username }}
NPM_PASSWORD: ${{ inputs.npm-password }}
Expand Down

0 comments on commit 5d204c0

Please sign in to comment.