From 9b119a28a59c68f7972977884cfcc4164f5b471c Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 4 Jan 2022 20:28:30 -0500 Subject: [PATCH] Updated comments --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 52c3dc88..270d262b 100644 --- a/action.yml +++ b/action.yml @@ -104,6 +104,8 @@ runs: id: source-input-files shell: bash env: + # INPUT_ is not available in Composite run steps + # https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611 INPUT_FILES: ${{ inputs.files }} INPUT_FILES_FROM_SOURCE_FILE: ${{ inputs.files_from_source_file }} - run: |