mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-03-13 14:30:15 +08:00
remove commit sha to tree-creation
This commit is contained in:
parent
e901456ce4
commit
214722a6fb
1
dist/cleanup/index.js
generated
vendored
1
dist/cleanup/index.js
generated
vendored
@ -74662,7 +74662,6 @@ function createTree(metadataJson) {
|
|||||||
mode: "100644",
|
mode: "100644",
|
||||||
type: "blob",
|
type: "blob",
|
||||||
content: metadataJson,
|
content: metadataJson,
|
||||||
sha: getCommitSha()
|
|
||||||
},
|
},
|
||||||
] }));
|
] }));
|
||||||
core.error("Tree-sha" + response.data.sha);
|
core.error("Tree-sha" + response.data.sha);
|
||||||
|
1
dist/main/index.js
generated
vendored
1
dist/main/index.js
generated
vendored
@ -75659,7 +75659,6 @@ function createTree(metadataJson) {
|
|||||||
mode: "100644",
|
mode: "100644",
|
||||||
type: "blob",
|
type: "blob",
|
||||||
content: metadataJson,
|
content: metadataJson,
|
||||||
sha: getCommitSha()
|
|
||||||
},
|
},
|
||||||
] }));
|
] }));
|
||||||
core.error("Tree-sha" + response.data.sha);
|
core.error("Tree-sha" + response.data.sha);
|
||||||
|
@ -249,7 +249,6 @@ export async function createTree(metadataJson: string): Promise<string> {
|
|||||||
mode: "100644",
|
mode: "100644",
|
||||||
type: "blob",
|
type: "blob",
|
||||||
content: metadataJson,
|
content: metadataJson,
|
||||||
sha: getCommitSha()
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user