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 Aug 9, 2022
1 parent 03683ca commit b4686da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/config-scrapper/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/actions/config-scrapper/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/actions/config-scrapper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ async function action() {
analysis.outputs.pwd = analysis.root
analysis.outputs.event = analysis.event
analysis.outputs.actor = github.context.actor
analysis.outputs.environment = 'dev'

if (analysis.event === 'workflow_dispatch') {
await scrappers.eventDispatch(analysis)
Expand Down

0 comments on commit b4686da

Please sign in to comment.