Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jjs98 committed May 4, 2023
1 parent 48e0470 commit b955b2d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ inputs:
default: '.'
runs:
using: "composite"
defaults:
run:
working-directory: ${{ inputs.directory }}
steps:
- name: Switch to working directory
shell: bash
run: cd ${{ inputs.directory }}

- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
Expand Down

0 comments on commit b955b2d

Please sign in to comment.