You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -266,19 +266,19 @@ outputs:
266
266
all_changed_and_modified_files_count:
267
267
description: "Returns the number of `all_changed_and_modified_files`"
268
268
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)"
270
270
all_changed_files_count:
271
271
description: "Returns the number of `all_changed_files`"
272
272
any_changed:
273
273
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)*."
274
274
only_changed:
275
275
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)*."
276
276
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)."
278
278
other_changed_files_count:
279
279
description: "Returns the number of `other_changed_files`"
280
280
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)."
282
282
all_modified_files_count:
283
283
description: "Returns the number of `all_modified_files`"
0 commit comments