We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96f58f7 + 9d041f7 commit 43cad6cCopy full SHA for 43cad6c
1 file changed
github.js
@@ -574,6 +574,7 @@
574
};
575
delPath += "?message=" + encodeURIComponent(params.message);
576
delPath += "&sha=" + encodeURIComponent(params.sha);
577
+ delPath += '&branch=' + encodeURIComponent(branch);
578
_request("DELETE", delPath, null, cb);
579
});
580
0 commit comments