Reject non-wiki URLs in WIKI_URL secret #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "initial-development"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Run 165 demonstrated the failure mode: WIKI_URL pointing at
the main repo URL (not the .wiki.git sibling) causes the
publish step to push doc content INTO the code branch.
That polluted origin/mainline with 353 files at the root.
Guard against a repeat by requiring WIKI_URL to end in
.wiki.git. Wrong-shape URLs fail fast with an explanatory
message instead of corrupting the code branch.
Also corrects the example URL in the empty-secret error
message: the repo moved from applications/ to tools/.