mirror of
https://github.com/sdras/awesome-actions.git
synced 2026-07-17 03:52:32 -05:00
[PR #832] Add walkflow (interactive local step-runner for GitHub Actions) #14619
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sdras/awesome-actions/pull/832
Author: @mrvlyouknowwho
Created: 7/1/2026
Status: 🔄 Open
Base:
main← Head:add-walkflow📝 Commits (1)
badbfefAdd walkflow — interactive local step-runner for GitHub Actions📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
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_PATHstate, 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.