Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercn committed Feb 13, 2024
1 parent 2e45b11 commit ee8ba1f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/update-npm-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ jobs:
- name: Run npm install to update package-lock.json
shell: pwsh
id: npm-install-script
working-directory: ./main/
run: |
./.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 @@ -59,10 +58,9 @@ jobs:

- name: Update offline-cache submodule
shell: pwsh
working-directory: ./main/
run: |
./.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 ee8ba1f

Please sign in to comment.