File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -26319,8 +26319,6 @@ var main = async () => {
26319
26319
const result = await client.uploadArtifact(core.getInput("artifact_name"), [outputFile], ".");
26320
26320
if (result.failedItems.length > 0) {
26321
26321
throw "Artifact was not uploaded successfully.";
26322
- } else {
26323
- core.info(`Diagram uploaded under name ${result.artifactName}`);
26324
26322
}
26325
26323
core.endGroup();
26326
26324
}
Original file line number Diff line number Diff line change @@ -92,8 +92,6 @@ const main = async () => {
92
92
const result = await client . uploadArtifact ( core . getInput ( 'artifact_name' ) , [ outputFile ] , '.' )
93
93
if ( result . failedItems . length > 0 ) {
94
94
throw 'Artifact was not uploaded successfully.'
95
- } else {
96
- core . info ( `Diagram uploaded under name ${ result . artifactName } ` )
97
95
}
98
96
core . endGroup ( )
99
97
}
You can’t perform that action at this time.
0 commit comments