Skip to content

Commit bc8220f

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sync-main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ jobs:
9393
env:
9494
GH_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
9595
GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
96+
- name: Debug sync-main-pr state
97+
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
96101
- name: Create or update PR
97102
run: |
98103
BRANCH_NAME="sync-main-pr"

0 commit comments

Comments
 (0)