Skip to content

Commit

Permalink
Try setup working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercn committed Feb 13, 2024
1 parent 25c2674 commit 13de7c1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/update-npm-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
shell: pwsh
id: npm-install-script
run: |
./main/.github/workflows/update-npm-dependencies.ps1
./.github/workflows/update-npm-dependencies.ps1
with:
working-directory: ./main/

- name: Create PR to update the offline package cache
# if: steps.update-npm-dependencies.outputs.changes == 'true'
Expand All @@ -58,7 +60,9 @@ jobs:
- name: Update offline-cache submodule
shell: pwsh
run: |
./main/.github/workflows/update-submodule-commit.ps1 ${{ steps.update-offline-package-cache.outputs.pull-request-head-sha }}
./.github/workflows/update-submodule-commit.ps1 ${{ steps.update-offline-package-cache.outputs.pull-request-head-sha }}
with:
working-directory: ./main/

- name: Create PR to update package-lock.json and the offline package cache submodule
# if: steps.update-npm-dependencies.outputs.changes == 'true'
Expand Down

0 comments on commit 13de7c1

Please sign in to comment.