Renamed output.

This commit is contained in:
Tonye Jack
2022-05-14 17:54:38 -04:00
parent f96d468a04
commit ce04a71447
4 changed files with 18 additions and 18 deletions

View File

@@ -82,9 +82,9 @@ outputs:
renamed_files:
description: List of renamed files.
value: ${{ steps.changed-files.outputs.renamed_files }}
old_new_files:
description: List of old and new names of renamed files.
value: ${{ steps.changed-files.outputs.old_new_files }}
all_old_new_renamed_files:
description: List of all old and new names of renamed files.
value: ${{ steps.changed-files.outputs.all_old_new_renamed_files }}
type_changed_files:
description: List of files that had type changes.
value: ${{ steps.changed-files.outputs.type_changed_files }}