Skip to content

Commit

Permalink
fix path to 'package.json' and 'pnpm-lock.yaml'
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredLange committed Jan 3, 2024
1 parent 7c3c659 commit bc44239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
sudo chown -R runner:docker ./.git
ls -l .git/
echo "##########"
git add service/package.json service/pnpm-lock.yaml
git add src/package.json src/pnpm-lock.yaml
git commit -m "Upgrade dependencies"
git push
env:
Expand All @@ -134,7 +134,7 @@ jobs:
# - name: Commit changes
# if: ${{ env.changed == 'true' }}
# run: |
# git add service/package.json service/pnpm-lock.yaml
# git add src/package.json src/pnpm-lock.yaml
# git commit -m "Upgrade dependencies"
# git push
# env:
Expand Down

0 comments on commit bc44239

Please sign in to comment.