Skip to content

Commit

Permalink
[Merger] Using upstream again
Browse files Browse the repository at this point in the history
  • Loading branch information
SakulFlee committed Jun 20, 2023
1 parent 4b885c8 commit f2a0242
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/upstream_merger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ jobs:
git fetch --all
echo "> Merging ..."
git merge -s ours upstream/main origin/main
git checkout -b upstream || true
git switch upstream || true
git merge upstream/main origin/upstream || true
echo "> Pushing ..."
git add --all || true
git commit -m "Upstream merge ($(date +%d.%m.%Y_%H:%M:%S))" || true
git push origin main
git push origin upstream

0 comments on commit f2a0242

Please sign in to comment.