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 b18e92f commit 6b53221Copy full SHA for 6b53221
src/main.ts
@@ -72,7 +72,7 @@ if (exitCode) {
72
if (!pushRefspec) {
73
const { exitCode } = await $({
74
cwd: rootPath,
75
- reject: false
+ reject: false,
76
})`git symbolic-ref HEAD`;
77
if (exitCode) {
78
pushRefspec = stdout;
@@ -86,8 +86,9 @@ if (exitCode) {
86
if (pushForce == null) {
87
88
89
90
91
+ console.log(pushForce, "git symbolic-ref HEAD", exitCode);
92
93
pushForce = true;
94
} else {
0 commit comments