1 parent 10a8fce commit f1c9807Copy full SHA for f1c9807
1 file changed
entrypoint.sh
@@ -78,9 +78,9 @@ git config --global user.name "${USERNAME}"
78
git config --global user.email "${EMAIL}"
79
80
if [[ -z "$FILE_FILTER" ]]; then
81
- echo "Copying \"${SRC_REPO_NAME}/${SRC_PATH}\" and pushing it to ${GITHUB_REPOSITORY}"
+ echo "Copying \"${SRC_REPO_NAME}/${SRC_PATH}\" and pushing it to ${DST_OWNER}/${DST_REPO_NAME}"
82
else
83
- echo "Copying files matching \"${FILE_FILTER}\" from \"${SRC_REPO_NAME}/${SRC_PATH}\" and pushing it to ${GITHUB_REPOSITORY}"
+ echo "Copying files matching \"${FILE_FILTER}\" from \"${SRC_REPO_NAME}/${SRC_PATH}\" and pushing it to ${DST_OWNER}/${DST_REPO_NAME}"
84
fi
85
86
git clone --branch ${SRC_BRANCH} --single-branch --depth 1 https://${PERSONAL_TOKEN}@github.com/${SRC_REPO}.git
0 commit comments