From 79272641ee1d3a46298ab97cea541ad55feba4d1 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 1 May 2021 09:21:41 -0400 Subject: [PATCH] Update action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index baac43d3..f141c363 100644 --- a/action.yml +++ b/action.yml @@ -42,6 +42,9 @@ outputs: all_modified_files: description: List of all copied modified and added files value: ${{ steps.changed_files.outputs.all_modified_files }} + has_changed: + description: Return true only when all files provided using the files input have all changed. + value: ${{ steps.changed_files.outputs.has_changed }} runs: using: 'composite'