Skip to content

Commit d16b020

Browse files
[no ci] fix syntax
1 parent d92e5be commit d16b020

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ jobs:
306306
307307
for(var art of artifacts.filter(a => a.name === repo.artifact || a.name && artifact.name.startsWith(a.artifact + "-"))) {
308308
try {
309-
console.log(JSON.stringify({art.name, path, options}));
309+
console.log(JSON.stringify({name: art.name, path, options}));
310310
const downloadResponse = await artifactClient.downloadArtifact(art.name, path, options);
311311
} catch(err) {
312312
console.log(err)

0 commit comments

Comments
 (0)