Skip to content

Commit

Permalink
Add debugging prints
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey committed Mar 5, 2024
1 parent 457a67e commit ac53dfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_upstream_from_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GHA: Update Upstream From Fork"
git fetch --all
git show remotes/upstream/master
git show origin/master
git checkout -b temp_branch remotes/upstream/master
git cherry-pick remotes/upstream/master..origin/master
git push upstream master
shell: bash

# TODO add a bunch of debugging prints about the state of commits so if cherry-pick fails we can figure it out.

0 comments on commit ac53dfe

Please sign in to comment.