diff --git a/action.yml b/action.yml index 01513e9..5e7f4e0 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: "Tribble Bot" description: "An action that automatically triages issues created with Tribble." runs: using: "node12" - main: "action.js" + main: "dist/index.js" branding: icon: "tag" color: "purple"