From 1632763ae67088dc5b199e71092661df6d55fdcc Mon Sep 17 00:00:00 2001 From: Matt Kuritz Date: Sat, 19 Nov 2022 13:22:58 -0500 Subject: [PATCH] package --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index d102327..fa48443 100644 --- a/dist/index.js +++ b/dist/index.js @@ -16669,7 +16669,7 @@ async function run() { } else { throw new Error("Invalid event type"); } - core.setOutput(updatedStories); + core.setOutput('updatedStories', JSON.stringify(updatedStories)); console.log(`Updated Stories: \n \n${updatedStories.join(' \n')}`); } catch (error) {