We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1afb51b commit 3ad8ca6Copy full SHA for 3ad8ca6
dist/index.js
@@ -39093,8 +39093,8 @@
39093
_cloneRepo(C, P, q) {
39094
return oe(this, void 0, void 0, function* () {
39095
this._currentDir = yield this._makeTempDir();
39096
- const C = `git clone https://github.com/ShivTestOrg/test-public.git ${this._currentDir} && cd ${this._currentDir} && git checkout -b issue-${q}`;
39097
- yield this._shellInterface.runCommand(C);
+ const oe = `git clone https://github.com/${P}/${C}.git ${this._currentDir} && cd ${this._currentDir} && git checkout -b issue-${q}`;
+ yield this._shellInterface.runCommand(oe);
39098
});
39099
}
39100
0 commit comments