Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jul 6, 2021
1 parent 708c43a commit 8dd8e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -41,7 +41,7 @@ else
fi
fi

echo "Retrieving changes between $PREV_SHA ($TARGET_BRANCH) $CURR_SHA ($CURRENT_BRANCH)"
echo "Retrieving changes between $PREV_SHA ($TARGET_BRANCH) $CURR_SHA ($CURRENT_BRANCH)"

if [[ -z "$INPUT_FILES" ]]; then
echo "Getting diff..."
Expand Down

0 comments on commit 8dd8e28

Please sign in to comment.