Dashboard › craft › Distillation
6fde826e-bbe1-4838-a76c-f7b4bc1a281e["lore_tm_v1_QlEvCKcUqnuakizOjbiaY7cpXdBz5kCqLPhIWw-kCCo","lore_tm_v1_UX29QuWZl9gi22R3bO-4vhd3aEiCN5zlaqSuYlWw6Ic","lore_tm_v1_KJeN3urNL5RWUcUwSfEug2vqn13fN5QYsw3ACySdMFU","lore_tm_v1_KWLHGbBh6wv_nQxu6hd4Do9qKWbKPEcx2wCmKNS1vz4","lore_tm_v1_Sw06k6PLl_xZ--VwIX2tPiOh7HHuTE0huXkOVzpfnho"]
Date: Sep 5, 2026
No files found.action.yml, docs/src/content/docs/targets/github.md, src/__tests__/action.test.ts, src/__tests__/config.test.ts, src/commands/prepare.ts, src/config.ts, src/schemas/project_config.ts, src/utils/__tests__/publishState.test.ts, and src/utils/publishState.ts..github/workflows/publish.yml, docs/publish-issue-format.md, src/modules/__tests__/ci-poller-input.js, src/modules/__tests__/details-from-context.js, src/modules/__tests__/publish-location.js, src/modules/__tests__/publish-workflow.js, src/modules/ci-poller-input.js, src/modules/details-from-context.js, src/modules/publish-issue-title.js, src/modules/publish-issue-title.peggy, src/modules/publish-location.js, src/publish/resolve-location.js; untracked: src/modules/publish-issue-validation.js.action.yml adds LC_ALL: C to the “Validate workspace” step and validates PATH_INPUT before workspace validation: path is allowed only when exactly . or slash-separated ASCII segments matching /^[A-Za-z0-9_.-]+$/, excluding ., .., __proto__, and segments beginning -; rejection emits ::error::The path input must use ASCII path segments containing only letters, digits, periods, underscores, and hyphens..action.yml to allow slash-separated ASCII path segments matching /^[A-Za-z0-9_.-]+$/, excluding ., .., __proto__, and segments beginning -; rejection emits ::error::Workspace names must use ASCII path segments containing only letters, digits, periods, underscores, and hyphens..docs/src/content/docs/targets/github.md changes craft workspace list description from exact configured workspace names to concrete workspace paths as a JSON array, and states: “Action publish titles always carry the full concrete path.”