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 0a25f93 commit ed78828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/pipeline-config-scrapper/index.js

Large diffs are not rendered by default.

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

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

0 comments on commit ed78828

Please sign in to comment.