Skip to content

Commit

Permalink
Remove extra working directory definition
Browse files Browse the repository at this point in the history
  • Loading branch information
sclark3-godaddy committed Dec 6, 2023
1 parent 6394f61 commit 864f459
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ runs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
working-directory: ${{ github.action_path }}
- name: Install NPM dependencies
run: npm install
working-directory: ${{ github.action_path }}
Expand Down

0 comments on commit 864f459

Please sign in to comment.