Skip to content

Commit 826d43d

Browse files
authored
Update sync-main.yml
1 parent 544f0ca commit 826d43d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/sync-main.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,11 @@ jobs:
5959
run: |
6060
echo "🔍 Checking sync-main-pr branch and its commit history"
6161
git status
62-
echo "Commits on sync-main-pr:"
63-
git log --oneline sync-main-pr
64-
echo "Commits on main:"
65-
git log --oneline main
66-
echo "Diff between sync-main-pr and main:"
62+
63+
echo "::group::Diff between sync-main-pr and main"
6764
git diff main..sync-main-pr
65+
echo "::endgroup::"
66+
6867
echo "Current SHA for main: $(git rev-parse main)"
6968
echo "Current SHA for sync-main-pr: $(git rev-parse sync-main-pr)"
7069
- name: Create or update PR

0 commit comments

Comments
 (0)