We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544f0ca commit 826d43dCopy full SHA for 826d43d
.github/workflows/sync-main.yml
@@ -59,12 +59,11 @@ jobs:
59
run: |
60
echo "🔍 Checking sync-main-pr branch and its commit history"
61
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:"
+
+ echo "::group::Diff between sync-main-pr and main"
67
git diff main..sync-main-pr
+ echo "::endgroup::"
68
echo "Current SHA for main: $(git rev-parse main)"
69
echo "Current SHA for sync-main-pr: $(git rev-parse sync-main-pr)"
70
- name: Create or update PR
0 commit comments