From 0a8c804187c239565e78569d281729fb826ea08a Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 30 Nov 2021 12:12:51 -0500 Subject: [PATCH] Update base sha step to use output grouping (#266) * Update base sha step to use output grouping * Update action.yml * Update action.yml * Update action.yml --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 78144d6d..119859da 100644 --- a/action.yml +++ b/action.yml @@ -95,6 +95,7 @@ runs: INPUT_FILES: ${{ inputs.files }} INPUT_FILES_FROM_SOURCE_FILE: ${{ inputs.files_from_source_file }} - run: | + # "Set up the bash sha..." if [[ -n "${{ inputs.base_sha }}" ]]; then echo "::set-output name=base_sha::${{ inputs.base_sha }}" elif [[ "${{ inputs.since_last_remote_commit }}" == "true" ]]; then