Skip to content

Commit d387930

Browse files
committed
make branch name random
Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
1 parent 0cdd709 commit d387930

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/formDataToJson.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ async function copyToClipboard(event){
9595
document.execCommand("copy")
9696
}
9797

98-
const NEW_BRANCH = 'code-json-branch';
98+
const NEW_BRANCH = 'code-json-branch' + Math.random().toString(36).substring(2, 10);
9999

100100
function getOrgAndRepoArgsGitHub(url)
101101
{

0 commit comments

Comments
 (0)