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

View File

@@ -36,7 +36,7 @@ else
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
echo "Getting diff..."