[PR #832] Add walkflow (interactive local step-runner for GitHub Actions) #14619

Open
opened 2026-07-12 17:55:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sdras/awesome-actions/pull/832
Author: @mrvlyouknowwho
Created: 7/1/2026
Status: 🔄 Open

Base: mainHead: add-walkflow


📝 Commits (1)

  • badbfef Add 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_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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sdras/awesome-actions/pull/832 **Author:** [@mrvlyouknowwho](https://github.com/mrvlyouknowwho) **Created:** 7/1/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-walkflow` --- ### 📝 Commits (1) - [`badbfef`](https://github.com/sdras/awesome-actions/commit/badbfefc5e16027fda86f795a9b72ef9c198b73d) Add walkflow — interactive local step-runner for GitHub Actions ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Adds [walkflow](https://github.com/mrvlyouknowwho/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)](https://github.com/nektos/act/issues/1050) doesn't cover. Single entry, matches existing format. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-12 17:55:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#14619