3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-02-22 11:17:38 +00:00

Update action.yml

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

View file

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