Skip to content

Add workflow-inputs JS action#36

Open
lorisleiva wants to merge 1 commit into
mainfrom
loris/move-workflow-inputs-action
Open

Add workflow-inputs JS action#36
lorisleiva wants to merge 1 commit into
mainfrom
loris/move-workflow-inputs-action

Conversation

@lorisleiva
Copy link
Copy Markdown
Member

This PR brings the workflow-inputs action into the monorepo as a new sibling to install-solana and setup-ubuntu. It renders the inputs of the current workflow run as a markdown table in the job summary. This is useful for workflow_dispatch runs so anyone reviewing later can see what inputs triggered them. Consumers will reference it as solana-program/actions/workflow-inputs@v1.

Unlike the existing composite actions, this is a JavaScript action bundled with Vite+: TypeScript sources live under workflow-inputs/src/, and the committed workflow-inputs/dist/index.js is what the runner executes. Two new path-scoped CI workflows (workflow-inputs-ci.yml and workflow-inputs-e2e.yml) are also added to test the action on changes to workflow-inputs/**.

This PR brings the [`workflow-inputs`](https://github.com/lorisleiva/workflow-inputs-action) action into the monorepo as a new sibling to `install-solana` and `setup-ubuntu`. It renders the inputs of the current workflow run as a markdown table in the job summary. This is useful for `workflow_dispatch` runs so anyone reviewing later can see what inputs triggered them. Consumers will reference it as `solana-program/actions/workflow-inputs@v1`.

Unlike the existing composite actions, this is a JavaScript action bundled with [Vite+](https://viteplus.dev): TypeScript sources live under `workflow-inputs/src/`, and the committed `workflow-inputs/dist/index.js` is what the runner executes. Two new path-scoped CI workflows (`workflow-inputs-ci.yml` and `workflow-inputs-e2e.yml`) are also added to test the action on changes to `workflow-inputs/**`.
@lorisleiva lorisleiva requested a review from joncinque May 21, 2026 13:47
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