Skip to content

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

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

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

@gsavage gsavage commented May 19, 2026

Copy link
Copy Markdown
Contributor

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>
@gsavage

gsavage commented May 26, 2026

Copy link
Copy Markdown
Contributor Author

This was added to solve a problem, but a better approach was used, and so this PR is no longer needed.

@gsavage gsavage closed this May 26, 2026
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