Skip to content

Commit

Permalink
Removed unused check
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Nov 2, 2021
1 parent 3ebf0a6 commit a6d5b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -97,7 +97,7 @@ runs:
- run: |
if [[ -n "${{ inputs.base_sha }}" ]]; then
echo "::set-output name=base_sha::${{ inputs.base_sha }}"
elif [[ "${{ inputs.since_last_remote_commit }}" == "true" && -z "${{ inputs.base_sha }}" ]]; then
elif [[ "${{ inputs.since_last_remote_commit }}" == "true" ]]; then
echo "::set-output name=base_sha::${{ github.event.before }}"
fi
id: base-sha
Expand Down

0 comments on commit a6d5b37

Please sign in to comment.