Skip to content

Commit ce497c3

Browse files
authored
chore: update description of outputs removing asterisks (#2015)
1 parent 2d21bbb commit ce497c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -266,19 +266,19 @@ outputs:
266266
all_changed_and_modified_files_count:
267267
description: "Returns the number of `all_changed_and_modified_files`"
268268
all_changed_files:
269-
description: "Returns all changed files i.e. *a combination of all added, copied, modified and renamed files (ACMR)*"
269+
description: "Returns all changed files i.e. a combination of all added, copied, modified and renamed files (ACMR)"
270270
all_changed_files_count:
271271
description: "Returns the number of `all_changed_files`"
272272
any_changed:
273273
description: "Returns `true` when any of the filenames provided using the `files*` or `files_ignore*` inputs have changed. This defaults to `true` when no patterns are specified. i.e. *includes a combination of all added, copied, modified and renamed files (ACMR)*."
274274
only_changed:
275275
description: "Returns `true` when only files provided using the `files*` or `files_ignore*` inputs have changed. i.e. *includes a combination of all added, copied, modified and renamed files (ACMR)*."
276276
other_changed_files:
277-
description: "Returns all other changed files not listed in the files input i.e. *includes a combination of all added, copied, modified and renamed files (ACMR)*."
277+
description: "Returns all other changed files not listed in the files input i.e. includes a combination of all added, copied, modified and renamed files (ACMR)."
278278
other_changed_files_count:
279279
description: "Returns the number of `other_changed_files`"
280280
all_modified_files:
281-
description: "Returns all changed files i.e. *a combination of all added, copied, modified, renamed and deleted files (ACMRD)*."
281+
description: "Returns all changed files i.e. a combination of all added, copied, modified, renamed and deleted files (ACMRD)."
282282
all_modified_files_count:
283283
description: "Returns the number of `all_modified_files`"
284284
any_modified:

0 commit comments

Comments
 (0)