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 b955b2d commit f007626
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ inputs:
runs:
using: "composite"
steps:
- name: Switch to working directory
shell: bash
run: cd ${{ inputs.directory }}

- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
Expand All @@ -35,4 +31,5 @@ runs:
- name: Install dependencies
shell: bash
working-directory: ${{ inputs.directory }}
run: pnpm install

0 comments on commit f007626

Please sign in to comment.