Fix syntax error

This commit is contained in:
Rodel Calasagsag 2023-08-16 09:07:56 +08:00
parent d14d63114b
commit 8195c0286c
1 changed files with 1 additions and 1 deletions

View File

@ -58,5 +58,5 @@ module.exports = ( { core } ) => {
const payload_stringified = JSON.stringify( payload );
core.setOuput( 'payload', payload_stringified );
core.setOutput( 'payload', payload_stringified );
};