3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-17 13:47:20 +00:00

Update arrow direction and added branch information (#113)

This commit is contained in:
Tonye Jack 2021-06-24 16:46:31 -04:00 committed by GitHub
parent d8a3837b58
commit 1e10ed4950
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ else
fi fi
fi fi
echo "Retrieving changes between $PREV_SHA $CURR_SHA" echo "Retrieving changes between $PREV_SHA ($TARGET_BRANCH) ← $CURR_SHA ($GITHUB_HEAD_REF)"
if [[ -z "$INPUT_FILES" ]]; then if [[ -z "$INPUT_FILES" ]]; then
echo "Getting diff..." echo "Getting diff..."