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

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/actions/pipeline-config-scrapper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ try {
let providers = [ Git, Run, Code ]
let output = {}
let args = github.context
core.setOutput("context", JSON.stringify(github.context, null, 2));

output = providers
.map(p => p.load(args, output))
Expand Down Expand Up @@ -47,5 +48,6 @@ try {

console.log(`The event payload: ${payload}`);
} catch (error) {

core.setFailed(error.message);
}

0 comments on commit 337e9e5

Please sign in to comment.