Skip to content

Commit

Permalink
Update fix_peer_dependencies.yml (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
angeousta authored Dec 4, 2023
1 parent 6f5de5f commit dccea91
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/fix_peer_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@ jobs:
- name: Fix peer dependencies
run: npm update

- name: Commit changes
- name: Git setup
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
- name: Commit changes
run: |
git add .
git commit -m "Fix conflicting peer dependencies"
git commit -m "Fix conflicting peer dependencies" || true
- name: Push changes
uses: ad-m/[email protected]
Expand Down

0 comments on commit dccea91

Please sign in to comment.