Skip to content

Commit

Permalink
Updated action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Sep 22, 2023
1 parent 2325baa commit 1be4200
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Expand Up @@ -120,6 +120,10 @@ inputs:
description: "Separator used to split the `dir_names_include_files` input"
default: "\n"
required: false
dir_names_deleted_files_include_only_deleted_dirs:
description: "Include only deleted directories in the `deleted_files` output when `dir_names` is set to `true`."
required: false
default: "false"
json:
description: "Output list of changed files in a JSON formatted string which can be used for matrix jobs. [Example](https://github.com/tj-actions/changed-files/blob/main/.github/workflows/matrix-test.yml)"
required: false
Expand Down

0 comments on commit 1be4200

Please sign in to comment.