diff --git a/github-dev/cleanup-pr-branch b/github-dev/cleanup-pr-branch index 8868f4f..28c6534 100755 --- a/github-dev/cleanup-pr-branch +++ b/github-dev/cleanup-pr-branch @@ -40,12 +40,10 @@ main(){ fi echo "Deleting branch ref $ref for owner ${owner}/${repo}..." - set -x curl -XDELETE -sSL \ -H "${AUTH_HEADER}" \ -H "${API_HEADER}" \ "${URI}/repos/${owner}/${repo}/git/refs/heads/${ref}" - set +x echo "Branch delete success!" fi