Skip to content

Commit

Permalink
update sync fork workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibrahim-Jarada committed Jul 27, 2023
1 parent eae2a58 commit 49bc28d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
git config --global user.name "Sync Fork"
git checkout main
git merge --allow-unrelated-histories -X theirs upstream/main -m "Merge upstream changes"
git reset --soft HEAD~1
git restore --staged .github
git commit -m "Merge upstream changes"
git push origin main

0 comments on commit 49bc28d

Please sign in to comment.