Update sync-main.yml

This commit is contained in:
dilanbhalla
2025-04-08 14:05:42 -07:00
committed by GitHub
parent bc8220f76b
commit 71ccc9675a

View File

@@ -95,9 +95,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
- name: Debug sync-main-pr state
run: |
git log origin/sync-main-pr..sync-main-pr
git diff origin/sync-main-pr
git status # Verify if any changes are staged
git log origin/sync-main-pr..origin/main
- name: Create or update PR
run: |
BRANCH_NAME="sync-main-pr"