Update action.yml

This commit is contained in:
Tonye Jack 2021-05-01 08:01:13 -04:00 committed by GitHub
parent 6c57b11941
commit ce0e219f00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,9 @@ runs:
HEAD_SHA=$(git rev-parse ${TARGET_BRANCH} || true) HEAD_SHA=$(git rev-parse ${TARGET_BRANCH} || true)
fi fi
if [[ -z "${{ inputs.files }}" ]]; then INPUT_FILES="${{ inputs.files }}"
if [[ -z "$INPUT_FILES" ]]; then
echo "Getting diff..." echo "Getting diff..."