Skip to content

Commit 71ccc96

Browse files
authored
Update sync-main.yml
1 parent bc8220f commit 71ccc96

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/sync-main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,7 @@ jobs:
9595
GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
9696
- name: Debug sync-main-pr state
9797
run: |
98-
git log origin/sync-main-pr..sync-main-pr
99-
git diff origin/sync-main-pr
100-
git status # Verify if any changes are staged
98+
git log origin/sync-main-pr..origin/main
10199
- name: Create or update PR
102100
run: |
103101
BRANCH_NAME="sync-main-pr"

0 commit comments

Comments
 (0)