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:
parent
fb46697b26
commit
0a8c804187
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user