Skip to content

Commit

Permalink
feat: added dispatch command
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Aug 9, 2022
1 parent 694eb79 commit 4e30eb4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 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 @@ -42,6 +42,7 @@ async function action() {
root: process.cwd(),
actor: github.context.actor,
event: github.context.eventName,
environment: 'dev',
outputs: {},
})

Expand Down
1 change: 0 additions & 1 deletion src/actions/config-scrapper/src/dispatch.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const core = require("@actions/core");
const github = require("@actions/github");

module.exports = async (analysis) => {
Expand Down

0 comments on commit 4e30eb4

Please sign in to comment.