Skip to content

Expose Kosli flow and trail as outputs from apply.yml#12

Open
gsavage wants to merge 1 commit into
mainfrom
expose-kosli-flow-and-trail-outputs
Open

Expose Kosli flow and trail as outputs from apply.yml#12
gsavage wants to merge 1 commit into
mainfrom
expose-kosli-flow-and-trail-outputs

Conversation

@gsavage
Copy link
Copy Markdown
Contributor

@gsavage gsavage commented May 19, 2026

Reusable workflows can declare outputs via on.workflow_call.outputs. Surface kosli_flow and kosli_trail so callers can do follow-up work on the same trail (e.g. extra attestations) without having to recompute the names from inputs and github context.

The values are emitted from a small step in reset-drift-detection that echoes the existing KOSLI_FLOW / KOSLI_TRAIL env vars to GITHUB_OUTPUT, so the strings stay defined in a single place.

Reusable workflows can declare outputs via on.workflow_call.outputs.
Surface kosli_flow and kosli_trail so callers can do follow-up work
on the same trail (e.g. extra attestations) without having to
recompute the names from inputs and github context.

The values are emitted from a small step in reset-drift-detection
that echoes the existing KOSLI_FLOW / KOSLI_TRAIL env vars to
GITHUB_OUTPUT, so the strings stay defined in a single place.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant