diff --git a/action.yml b/action.yml index 654b170..64c9a5c 100644 --- a/action.yml +++ b/action.yml @@ -8,12 +8,6 @@ inputs: token: description: "token for github" required: true - datapath: - description: "path to data yaml file with comments" - required: true - artifacts-path: - description: "path to PR number, comments and diff" - required: true runs: using: "node20" main: "dist/index.js"