Skip to content

Add walkflow (interactive local step-runner for GitHub Actions)#832

Open
mrvlyouknowwho wants to merge 1 commit into
sdras:mainfrom
mrvlyouknowwho:add-walkflow
Open

Add walkflow (interactive local step-runner for GitHub Actions)#832
mrvlyouknowwho wants to merge 1 commit into
sdras:mainfrom
mrvlyouknowwho:add-walkflow

Conversation

@mrvlyouknowwho

Copy link
Copy Markdown

Adds walkflow under GitHub Tools and Management, next to the existing local-run tools (act, wflow).

walkflow complements act: instead of replaying a whole workflow, it steps through it interactively — run one step, pause, drop into a shell with the accumulated $GITHUB_ENV/$GITHUB_PATH state, edit a failed step and retry, then continue. It targets the local inner-loop debugging that act's long-open breakpoints request (#1050) doesn't cover.

Single entry, matches existing format.

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