Skip to content

Commit

Permalink
fix: empty commit for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Jul 9, 2022
1 parent 21100bd commit b2d7b37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/pipeline-config-scrapper/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/actions/pipeline-config-scrapper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const linguist = require("linguist-js");
async function action () {
await core.summary
.addHeading('Analized', 3)
.addDetails('Received context:', `\`\`\`json\n${JSON.stringify(github.context, null, 2)}\n\`\`\``)
.addDetails('Received context:', `\n \`\`\`json \n\n${JSON.stringify(github.context, null, 2)} \n\n \`\`\` \n`)
.write()

core.info(JSON.stringify(github.context, null, 2));
Expand Down

0 comments on commit b2d7b37

Please sign in to comment.