diff --git a/src/post.ts b/src/post.ts index 1fe792a..29c6079 100644 --- a/src/post.ts +++ b/src/post.ts @@ -29,7 +29,7 @@ const run = async () => { // these should already be staged, in main.ts core.info(`Committing "${msg}"`) core.debug(meta) - await exec('git', ['commit', '-m', msg + '\n' + meta]) + await exec('git', ['commit', '-m', msg + '\n\n' + meta]) await exec('git', ['push']) core.info(`Pushed!`) core.exportVariable('HAS_RUN_POST_JOB', 'true')