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-5
Original file line number
Diff line number
Diff line change
@@ -262,7 +262,7 @@ outputs:
262
262
unknown_files_count:
263
263
description: "Returns the number of `unknown_files`"
264
264
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)"
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:
@@ -286,21 +286,21 @@ outputs:
286
286
only_modified:
287
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
-
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)"
290
290
other_modified_files_count:
291
291
description: "Returns the number of `other_modified_files`"
292
292
any_deleted:
293
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
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
-
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)"
298
298
other_deleted_files_count:
299
299
description: "Returns the number of `other_deleted_files`"
300
300
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)"
302
302
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)"
0 commit comments