mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-17 13:47:20 +00:00
chore: set defaults for until and since inputs
This commit is contained in:
parent
9461e99923
commit
7b0c3d7790
1 changed files with 2 additions and 0 deletions
|
@ -57,9 +57,11 @@ inputs:
|
||||||
since:
|
since:
|
||||||
description: "Get changed files for commits whose timestamp is older than the given time"
|
description: "Get changed files for commits whose timestamp is older than the given time"
|
||||||
required: false
|
required: false
|
||||||
|
default: ""
|
||||||
until:
|
until:
|
||||||
description: "Get changed files for commits whose timestamp is earlier than the given time"
|
description: "Get changed files for commits whose timestamp is earlier than the given time"
|
||||||
required: false
|
required: false
|
||||||
|
default: ""
|
||||||
path:
|
path:
|
||||||
description: "Specify a relative path under $GITHUB_WORKSPACE to locate the repository"
|
description: "Specify a relative path under $GITHUB_WORKSPACE to locate the repository"
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue