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 10, 2022
1 parent 5fff89b commit a2e6411
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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 .github/actions/pipeline-config-scrapper/index.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions src/actions/pipeline-config-scrapper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ async function action() {
await scrappers.git(analysis)
await scrappers.run(analysis)

core.info(JSON.stringify(languages, null, 2));
core.setOutput("actor", github.context.actor);

analysis.languages = languages;
analysis.actor = github.context.actor;

await core.summary
Expand Down

0 comments on commit a2e6411

Please sign in to comment.