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.
FORCE_PUSH
1 parent 0550b58 commit 74527e7Copy full SHA for 74527e7
src/index.js
@@ -47,4 +47,4 @@ await dayOffsets
47
.flat()
48
.reduce((commitPromises, nextPromise) => commitPromises.then(nextPromise), Promise.resolve());
49
50
-await git(localPath).push(repoPath, env.GIT_BRANCH, env.FORCE_PUSH && {'--force': null});
+await git(localPath).push(repoPath, `HEAD:${env.GIT_BRANCH}`, env.FORCE_PUSH && {'--force': null});
0 commit comments