Skip to content

Commit

Permalink
Add git log
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey committed Mar 5, 2024
1 parent ac53dfe commit 993be9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_upstream_from_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ 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 log --oneline remotes/upstream/master
git log --oneline origin/master
git checkout -b temp_branch remotes/upstream/master
git cherry-pick remotes/upstream/master..origin/master
git push upstream master
Expand Down

0 comments on commit 993be9c

Please sign in to comment.