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 d627acd commit 07041abCopy full SHA for 07041ab
1 file changed
src/git.ts
@@ -45,16 +45,15 @@ export const commitChangesFromRepo = async ({
45
46
return await commitFilesFromBase64({
47
...otherArgs,
48
- base: base ?? { commit: oid },
49
fileChanges: await getFileChanges(
50
workingDirectory,
51
repoRoot,
52
oid,
53
filterFiles,
54
),
55
- // base: {
56
- // commit: oid,
57
- // },
+ base: {
+ commit: oid,
+ },
58
});
59
};
60
0 commit comments