Compare commits

..

2 commits

Author SHA1 Message Date
73efaae9a5
feat(issuecards): init
Some checks failed
Actions / Build Documentation (MkDocs) (pull_request) Failing after 6s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
2025-03-28 10:25:09 -05:00
1c557f6f1f
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
2025-03-28 10:25:01 -05:00

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 }}