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