diff --git a/dist/cleanup/index.js b/dist/cleanup/index.js index 1d4f8e6..77bcc86 100644 --- a/dist/cleanup/index.js +++ b/dist/cleanup/index.js @@ -74662,7 +74662,6 @@ function createTree(metadataJson) { mode: "100644", type: "blob", content: metadataJson, - sha: getCommitSha() }, ] })); core.error("Tree-sha" + response.data.sha); diff --git a/dist/main/index.js b/dist/main/index.js index 727f324..a9996c1 100644 --- a/dist/main/index.js +++ b/dist/main/index.js @@ -75659,7 +75659,6 @@ function createTree(metadataJson) { mode: "100644", type: "blob", content: metadataJson, - sha: getCommitSha() }, ] })); core.error("Tree-sha" + response.data.sha); diff --git a/src/utils.ts b/src/utils.ts index ee80181..609e259 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -249,7 +249,6 @@ export async function createTree(metadataJson: string): Promise { mode: "100644", type: "blob", content: metadataJson, - sha: getCommitSha() }, ], }