Skip to content

Commit

Permalink
Remove body logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarrieur committed Oct 18, 2021
1 parent fe5faa6 commit a5dd3a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ async function main() {
core.setOutput('number', (pr && pr.number) || '');
core.info(`Setting output: title: ${(pr && pr.title) || ''}`);
core.setOutput('title', (pr && pr.title) || '');
core.info(`Setting output: body: ${(pr && pr.body) || ''}`);
core.setOutput('body', (pr && pr.body) || '');
}

Expand Down

0 comments on commit a5dd3a9

Please sign in to comment.