Thanks to visit codestin.com Credit goes to github.com
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.
2 parents f0ba443 + 75fa31d commit 1d1afd7Copy full SHA for 1d1afd7
index.js
@@ -87,7 +87,7 @@ async function main() {
87
);
88
89
const branch = pr.head.ref;
90
- await exec.exec('git', ['checkout', 'HEAD', '-b', branch]);
+ await exec.exec('git', ['checkout', 'HEAD', '-B', branch]);
91
92
await exec.exec('git', ['commit', '-am', 'pre-commit fixes']);
93
const url = addToken(pr.head.repo.clone_url, token);
0 commit comments