Skip to content

Commit 8e9bfb0

Browse files
committed
Improve error message
1 parent 9b1e7ac commit 8e9bfb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ mv "$CLONE_DIR/.git" "$TARGET_DIR"
3434

3535
if [ ! -d "$SOURCE_DIRECTORY" ]
3636
then
37-
echo "$SOURCE_DIRECTORY does not exist"
37+
echo "ERROR: $SOURCE_DIRECTORY does not exist"
3838
echo "This directory needs to exist when push-to-another-repository is executed"
3939
echo
4040
echo "In the example it is created by ./build.sh: https://github.com/cpina/push-to-another-repository-example/blob/main/.github/workflows/ci.yml#L19"

0 commit comments

Comments
 (0)