Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
fix: Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilo Haas committed Aug 8, 2024
1 parent 3587e6d commit eef15d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fork-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
git config branch.main.merge refs/heads/main
git config pull.rebase true
git pull origin main
git rebase upstream/main
git pull upstream main
git push origin main --force-with-lease
- name: Check and update package.json name field if needed
Expand Down

0 comments on commit eef15d3

Please sign in to comment.