Readme file update

This commit is contained in:
2024-06-18 10:00:11 +09:00
parent c69eac3258
commit 672de694ee
2 changed files with 32 additions and 7 deletions

View File

@@ -88,7 +88,7 @@ if [ ! -z "${GITLAB_PUBLISH}" ]; then
"${GITLAB_URL}";
echo "${VERSION}" > "${file_last_published}";
else
echo "Missing GITLAB_DEPLOY_TOKEN environment variable";
echo "Missing GITLAB_URL or GITLAB_DEPLOY_TOKEN environment variable";
fi;
fi;
echo "";