Remove workaround for setOutput

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-10-12 07:02:18 +02:00
parent a7524f88c3
commit 800ee8447d
5 changed files with 5 additions and 44 deletions

View File

@@ -64,7 +64,7 @@ async function run(): Promise<void> {
if (metadata) {
await core.group(`Metadata output`, async () => {
core.info(metadata);
context.setOutput('metadata', metadata);
core.setOutput('metadata', metadata);
});
}
} catch (error) {