We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1e7ac commit 8e9bfb0Copy full SHA for 8e9bfb0
entrypoint.sh
@@ -34,7 +34,7 @@ mv "$CLONE_DIR/.git" "$TARGET_DIR"
34
35
if [ ! -d "$SOURCE_DIRECTORY" ]
36
then
37
- echo "$SOURCE_DIRECTORY does not exist"
+ echo "ERROR: $SOURCE_DIRECTORY does not exist"
38
echo "This directory needs to exist when push-to-another-repository is executed"
39
echo
40
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