From d205273c8bfbad393f590970c12c070a3f05218c Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 11 Apr 2021 18:06:58 -0400 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1e25f448..da407c98 100644 --- a/action.yml +++ b/action.yml @@ -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: