diff --git a/action.yml b/action.yml index 136f59fc6a0..6ec5f18c0a5 100644 --- a/action.yml +++ b/action.yml @@ -57,9 +57,11 @@ inputs: since: description: "Get changed files for commits whose timestamp is older than the given time" required: false + default: "" until: description: "Get changed files for commits whose timestamp is earlier than the given time" required: false + default: "" path: description: "Specify a relative path under $GITHUB_WORKSPACE to locate the repository" required: false