Skip to content

Commit

Permalink
Merge pull request #616 from tj-actions/chore/set-defaults-for-until-…
Browse files Browse the repository at this point in the history
…and-since-inputs
  • Loading branch information
jackton1 committed Sep 7, 2022
2 parents 9461e99 + 7b0c3d7 commit 17ea453
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Expand Up @@ -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
Expand Down

0 comments on commit 17ea453

Please sign in to comment.