fix(actions): correct meli url
All checks were successful
Actions / Build Documentation (MkDocs) (push) Successful in 33s
Actions / Lint Code (Ruff & Pylint) (push) Successful in 37s

This commit is contained in:
cswimr 2025-03-28 10:25:01 -05:00
parent 2505dd0980
commit 1c557f6f1f
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -81,6 +81,6 @@ jobs:
--branch "$CI_ACTION_REF_NAME_SLUG"
echo "\n${YELLOW}Deployed to ${BLUE}Meli ${YELLOW}on branch ${GREEN}$CI_ACTION_REF_NAME_SLUG${YELLOW}!"
echo "${GREEN}https://$CI_ACTION_REF_NAME_SLUG.seacogs.coastalcommits.com/"
echo "${GREEN}https://$CI_ACTION_REF_NAME_SLUG.seacogs.csw.im/"
env:
GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }}