Neutralize internal-host references for publication
Some checks failed
CI / backend (push) Successful in 1m45s
CI / naming (push) Successful in 1s
CI / frontend (push) Successful in 8s
CI / migrations-mysql (push) Failing after 8s

The CI workflow comment named the internal server, and
PLUGIN-EXTERNAL-REPO carried internal gitea clone URLs (it becomes a
public wiki page). Point both at the GitHub home / a generic CI
mention so the publication scrub gate passes and the wiki does not
expose internal infrastructure.
This commit is contained in:
cproudlock
2026-07-17 15:13:34 -04:00
parent f77f0a8d90
commit aba588cc07
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# CI for shopdb-flask on GitHub Actions.
#
# Mirrors the internal gitea pipeline. Four jobs on push + pull_request:
# Mirrors the internal CI pipeline. Four jobs on push + pull_request:
# backend - pytest (SQLite via TestingConfig, no DB service needed)
# naming - the CONTRIBUTING.md naming/style gate
# frontend - vitest + Vue build