Skip to content

Commit ee096d6

Browse files
tonyejack1jackton1
andauthored
chore: update description of other_deleted_files output (#2008)
Co-authored-by: Tonye Jack <[email protected]>
1 parent 4621617 commit ee096d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

action.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ outputs:
262262
unknown_files_count:
263263
description: "Returns the number of `unknown_files`"
264264
all_changed_and_modified_files:
265-
description: "Returns all changed and modified files i.e. *a combination of (ACMRDTUX)*"
265+
description: "Returns all changed and modified files i.e. a combination of (ACMRDTUX)"
266266
all_changed_and_modified_files_count:
267267
description: "Returns the number of `all_changed_and_modified_files`"
268268
all_changed_files:
@@ -286,21 +286,21 @@ outputs:
286286
only_modified:
287287
description: "Returns `true` when only files provided using the `files*` or `files_ignore*` inputs have been modified. (ACMRD)."
288288
other_modified_files:
289-
description: "Returns all other modified files not listed in the files input i.e. *a combination of all added, copied, modified, and deleted files (ACMRD)*"
289+
description: "Returns all other modified files not listed in the files input i.e. a combination of all added, copied, modified, and deleted files (ACMRD)"
290290
other_modified_files_count:
291291
description: "Returns the number of `other_modified_files`"
292292
any_deleted:
293293
description: "Returns `true` when any of the filenames provided using the `files*` or `files_ignore*` inputs have been deleted. This defaults to `true` when no patterns are specified. (D)"
294294
only_deleted:
295295
description: "Returns `true` when only files provided using the `files*` or `files_ignore*` inputs have been deleted. (D)"
296296
other_deleted_files:
297-
description: "Returns all other deleted files not listed in the files input i.e. *a combination of all deleted files (D)*"
297+
description: "Returns all other deleted files not listed in the files input i.e. a combination of all deleted files (D)"
298298
other_deleted_files_count:
299299
description: "Returns the number of `other_deleted_files`"
300300
modified_keys:
301-
description: "Returns all modified YAML keys when the `files_yaml` input is used. i.e. *key that contains any path that has either been added, copied, modified, and deleted (ACMRD)*"
301+
description: "Returns all modified YAML keys when the `files_yaml` input is used. i.e. key that contains any path that has either been added, copied, modified, and deleted (ACMRD)"
302302
changed_keys:
303-
description: "Returns all changed YAML keys when the `files_yaml` input is used. i.e. *key that contains any path that has either been added, copied, modified, and renamed (ACMR)*"
303+
description: "Returns all changed YAML keys when the `files_yaml` input is used. i.e. key that contains any path that has either been added, copied, modified, and renamed (ACMR)"
304304

305305
runs:
306306
using: 'node20'

0 commit comments

Comments
 (0)