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
This commit is contained in:
Tonye Jack
2021-11-30 12:12:51 -05:00
committed by GitHub
parent fb46697b26
commit 0a8c804187

View File

@@ -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