Skip to content

Commit

Permalink
feat: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Nov 23, 2024
1 parent e9110f5 commit 5d2ba29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sync-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ jobs:
# Push changes to the remote repository
git push "$original_remote" "$pr_branch"
# Debug PR listing
echo "PR Branch: $pr_branch"
echo "Base Branch: $branch_name"
# Check for existing pull requests
existing_pr=$(gh pr list --base "$branch_name" --head "$pr_branch" --state open --json id --jq '.[0].id')
Expand Down

0 comments on commit 5d2ba29

Please sign in to comment.