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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,7 @@ outputs:
270
270
all_changed_files_count:
271
271
description: "Returns the number of `all_changed_files`"
272
272
any_changed:
273
-
description: "Returns `true` when any of the filenames provided using the `files*` or `files_ignore*` inputs have changed. i.e. *includes a combination of all added, copied, modified and renamed files (ACMR)*."
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:
@@ -282,17 +282,17 @@ outputs:
282
282
all_modified_files_count:
283
283
description: "Returns the number of `all_modified_files`"
284
284
any_modified:
285
-
description: "Returns `true` when any of the filenames provided using the `files*` or `files_ignore*` inputs has been modified. i.e. *includes a combination of all added, copied, modified, renamed, and deleted files (ACMRD)*."
285
+
description: "Returns `true` when any of the filenames provided using the `files*` or `files_ignore*` inputs have been modified. This defaults to `true` when no patterns are specified. i.e. *includes a combination of all added, copied, modified, renamed, and deleted files (ACMRD)*."
286
286
only_modified:
287
-
description: "Returns `true` when only files provided using the `files*` or `files_ignore*` inputs has been modified. (ACMRD)."
287
+
description: "Returns `true` when only files provided using the `files*` or `files_ignore*` inputs have been modified. (ACMRD)."
288
288
other_modified_files:
289
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)*"
290
290
other_modified_files_count:
291
291
description: "Returns the number of `other_modified_files`"
292
292
any_deleted:
293
-
description: "Returns `true` when any of the filenames provided using the `files*` or `files_ignore*` inputs has been deleted. (D)"
293
+
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)"
294
294
only_deleted:
295
-
description: "Returns `true` when only files provided using the `files*` or `files_ignore*` inputs has been deleted. (D)"
295
+
description: "Returns `true` when only files provided using the `files*` or `files_ignore*` inputs have been deleted. (D)"
296
296
other_deleted_files:
297
297
description: "Returns all other deleted files not listed in the files input i.e. *a combination of all deleted files (D)*"
0 commit comments