diff --git a/action.yml b/action.yml index 9da69ae..464119d 100644 --- a/action.yml +++ b/action.yml @@ -12,15 +12,15 @@ inputs: sources: description: | Location of sources to check. It can be a single file, - regex of a directory or multiple selecteor seprated + regex of a directory, or multiple selectors separated by comma (`,`) required: false default: "**/*" excludes: description: | - Paths to exclude separeted by comma (`,`) + Paths to exclude separated by comma (`,`) required: false default: "" runs: using: docker - image: Dockerfile \ No newline at end of file + image: Dockerfile