Skip to content

Commit

Permalink
Update fix_peer_dependencies.yml (#91)
Browse files Browse the repository at this point in the history
* Update fix_peer_dependencies.yml

* Update fix_peer_dependencies.yml (#92)

* Update fix_peer_dependencies.yml

* Update fix_peer_dependencies.yml (#93)
  • Loading branch information
angeousta authored Dec 4, 2023
1 parent dccea91 commit 2157538
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/fix_peer_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,12 @@ jobs:
run: |
git add .
git commit -m "Fix conflicting peer dependencies" || true
git pull || true
- name: Push changes
uses: ad-m/[email protected]
with:
branch: fix-peer-dependencies
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
branch: fix-peer-dependencies
commit-message: "Fix conflicting peer dependencies"
title: "Fix conflicting peer dependencies"
body: "This pull request fixes conflicting peer dependencies."
Expand Down

0 comments on commit 2157538

Please sign in to comment.