Skip to content

Commit

Permalink
Update base sha step to use output grouping (#266)
Browse files Browse the repository at this point in the history
* Update base sha step to use output grouping

* Update action.yml

* Update action.yml

* Update action.yml
  • Loading branch information
jackton1 committed Nov 30, 2021
1 parent fb46697 commit 0a8c804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Expand Up @@ -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
Expand Down

0 comments on commit 0a8c804

Please sign in to comment.