@@ -1354,11 +1354,11 @@ var require_core = __commonJS({
13541354Support boolean input list: \`true | True | TRUE | false | False | FALSE\``);
13551355 }
13561356 exports2.getBooleanInput = getBooleanInput2;
1357- function setOutput (name, value) {
1357+ function setOutput2 (name, value) {
13581358 process.stdout.write(os2.EOL);
13591359 command_1.issueCommand("set-output", { name }, value);
13601360 }
1361- exports2.setOutput = setOutput ;
1361+ exports2.setOutput = setOutput2 ;
13621362 function setCommandEcho(enabled) {
13631363 command_1.issue("echo", enabled ? "on" : "off");
13641364 }
@@ -1717,11 +1717,11 @@ var require_core2 = __commonJS({
17171717Support boolean input list: \`true | True | TRUE | false | False | FALSE\``);
17181718 }
17191719 exports2.getBooleanInput = getBooleanInput2;
1720- function setOutput (name, value) {
1720+ function setOutput2 (name, value) {
17211721 process.stdout.write(os2.EOL);
17221722 command_1.issueCommand("set-output", { name }, value);
17231723 }
1724- exports2.setOutput = setOutput ;
1724+ exports2.setOutput = setOutput2 ;
17251725 function setCommandEcho(enabled) {
17261726 command_1.issue("echo", enabled ? "on" : "off");
17271727 }
@@ -26278,6 +26278,7 @@ var main = async () => {
2627826278 colorEncoding
2627926279 }));
2628026280 const outputFile = core.getInput("output_file") || "./diagram.svg";
26281+ core.setOutput("svg", componentCodeString);
2628126282 await import_fs2.default.writeFileSync(outputFile, componentCodeString);
2628226283 let doesBranchExist = true;
2628326284 if (branch) {
0 commit comments