We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc8220f commit 71ccc96Copy full SHA for 71ccc96
.github/workflows/sync-main.yml
@@ -95,9 +95,7 @@ jobs:
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
+ git log origin/sync-main-pr..origin/main
101
- name: Create or update PR
102
103
BRANCH_NAME="sync-main-pr"
0 commit comments