Update entrypoint.sh

This commit is contained in:
Jackzie 2024-12-11 20:47:05 -06:00
parent 93b0f4fb86
commit 7a6bd2c5c7

View file

@ -6,7 +6,7 @@ chmod 600 __TEMP_INPUT_KEY_FILE
COMMIT_SHA=$(cat ${INPUT_SRC}/.git-commit)
if [[ -z "$COMMIT_SHA" ]]; then
echo "No .git-commit file found"
echo "COMMIT_SHA: Could not find file ${INPUT_SRC}/.git-commit"
exit 1
fi