Skip to content

Commit

Permalink
upstream sync fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bwnance committed Dec 10, 2022
1 parent e886821 commit 6eb5592
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/upstream-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ jobs:
GIT_COMMIT=HEAD AMEND=Y BLACK_ARGS="--config ../pyproject.toml"\
git rebase prev_upstream klipper3d/master --onto=origin/upstream \
-Xtheirs -Xignore-all-space --exec ../scripts/python-format.sh
git checkout origin/master .github
git add .github
git commit --amend --no-edit
git push origin +klipper3d/master:refs/tags/prev_upstream +HEAD:refs/heads/upstream +HEAD:refs/heads/upstream_pr
echo "formatted \`upstream\` branch was: $(git rev-parse origin/upstream)" >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 6eb5592

Please sign in to comment.