remove commit sha to tree-creation

This commit is contained in:
jpaul 2023-11-13 07:20:11 +01:00
parent e901456ce4
commit 214722a6fb
3 changed files with 0 additions and 3 deletions

1
dist/cleanup/index.js generated vendored
View File

@ -74662,7 +74662,6 @@ function createTree(metadataJson) {
mode: "100644",
type: "blob",
content: metadataJson,
sha: getCommitSha()
},
] }));
core.error("Tree-sha" + response.data.sha);

1
dist/main/index.js generated vendored
View File

@ -75659,7 +75659,6 @@ function createTree(metadataJson) {
mode: "100644",
type: "blob",
content: metadataJson,
sha: getCommitSha()
},
] }));
core.error("Tree-sha" + response.data.sha);

View File

@ -249,7 +249,6 @@ export async function createTree(metadataJson: string): Promise<string> {
mode: "100644",
type: "blob",
content: metadataJson,
sha: getCommitSha()
},
],
}