Skip to content

Commit

Permalink
Update upstream_merger.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Weber <me@sakul6499.de>
  • Loading branch information
Lukas Weber authored Jul 5, 2023
1 parent f2a0242 commit e368b61
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/upstream_merger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ jobs:
git fetch --all
echo "> Merging ..."
git checkout -b upstream || true
git switch upstream || true
git merge upstream/main origin/upstream || true
git merge -s theirs upstream/main origin/main
echo "> Pushing ..."
git add --all || true
git commit -m "Upstream merge ($(date +%d.%m.%Y_%H:%M:%S))" || true
git push origin upstream
git push origin main

0 comments on commit e368b61

Please sign in to comment.