Skip to content

Commit

Permalink
feat: remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Nov 23, 2024
1 parent baddf8d commit c74d52b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/sync-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ 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 c74d52b

Please sign in to comment.