We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d384e41 commit bc8220fCopy full SHA for bc8220f
.github/workflows/sync-main.yml
@@ -93,6 +93,11 @@ jobs:
93
env:
94
GH_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
95
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
101
- name: Create or update PR
102
run: |
103
BRANCH_NAME="sync-main-pr"
0 commit comments