Commit Graph

5 Commits

Author SHA1 Message Date
e4a8514405 fix: revert template vars — GHA ${{ }} collides with ${} template syntax
common-repo's template engine matches ${...} inside ${{ }}
GitHub Actions expressions, causing 'Undefined variable' errors.
Need escape mechanism or smarter regex (common-repo/common-repo#TBD).

Revert to hardcoded christmas-island values for now.
2026-03-15 02:40:48 -07:00
7b4ed7f7bb Revert "revert: remove template vars until common-repo/common-repo#235 lands"
This reverts commit 529f26bad9.
2026-03-15 02:15:50 -07:00
529f26bad9 revert: remove template vars until common-repo/common-repo#235 lands
Source-declared template/template-vars not yet supported upstream.
Hardcode christmas-island app values for now.
2026-03-15 02:09:07 -07:00
402ea389ee feat: templatize GitHub App vars in release workflow 2026-03-15 02:03:41 -07:00
aa94b0a057 refactor: move distributed files to src/, add sync check CI
- Distributed files now live in src/ — consumers use `path: src/`
- Top-level files are identical copies (repo eats its own dog food)
- CI sync-check job validates top-level and src/ stay in sync
- Removed .common-repo.yaml (path: scoping replaces source excludes)
- Updated README with new structure and usage
2026-03-15 01:26:38 -07:00