Skip to content

Commit

Permalink
package
Browse files Browse the repository at this point in the history
  • Loading branch information
kuritz committed Nov 19, 2022
1 parent b253afa commit 1632763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1632763

Please sign in to comment.