3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-17 23:44:46 +00:00

Merge pull request #616 from tj-actions/chore/set-defaults-for-until-and-since-inputs

This commit is contained in:
Tonye Jack 2022-09-07 13:51:36 -06:00 committed by GitHub
commit 17ea45322d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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