3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-02-19 15:23:42 +00:00

Update action.yml

This commit is contained in:
Tonye Jack 2021-04-11 18:06:58 -04:00 committed by GitHub
parent cc55e77a98
commit d205273c8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ outputs:
description: List of all changed files.
value: ${{ steps.changed-files.outputs.all_changed_files }}
all_modified_files:
description: List of all changed modified and added files
description: List of all copied modified and added files
value: ${{ steps.changed-files.outputs.all_modified_files }}
runs: