[PR #1174] [CLOSED] patch: print plan summary upfront to executing it (2) #1821

Closed
opened 2026-03-01 21:52:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1174
Author: @KnisterPeter
Created: 5/18/2022
Status: Closed

Base: masterHead: patch/print-plan2


📝 Commits (1)

  • 2e62caf patch: print plan summary upfront to executing it

📊 Changes

3 files changed (+75 additions, -5 deletions)

View changed files

pkg/runner/boundaries.go (+69 -0)
📝 pkg/runner/job_executor.go (+3 -4)
📝 pkg/runner/runner.go (+3 -1)

📄 Description

This change will print a toc at debug level upfront to running
a workflow. It will help prepare outputs for (e.g. UI) before
executing and parsing the log output.

  • fix: handle nil steps
  • refactor: prepare for improved logging update

Co-authored-by: Philipp Hinrichsen philipp.hinrichsen@new-work.se
Co-authored-by: Björn Brauer bjoern.brauer@new-work.se


🔄 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/nektos/act/pull/1174 **Author:** [@KnisterPeter](https://github.com/KnisterPeter) **Created:** 5/18/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch/print-plan2` --- ### 📝 Commits (1) - [`2e62caf`](https://github.com/nektos/act/commit/2e62cafd0ce77997d9a94b7be70c1784a47d3ceb) patch: print plan summary upfront to executing it ### 📊 Changes **3 files changed** (+75 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `pkg/runner/boundaries.go` (+69 -0) 📝 `pkg/runner/job_executor.go` (+3 -4) 📝 `pkg/runner/runner.go` (+3 -1) </details> ### 📄 Description This change will print a toc at debug level upfront to running a workflow. It will help prepare outputs for (e.g. UI) before executing and parsing the log output. - fix: handle nil steps - refactor: prepare for improved logging update Co-authored-by: Philipp Hinrichsen <philipp.hinrichsen@new-work.se> Co-authored-by: Björn Brauer <bjoern.brauer@new-work.se> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:52:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#1821
No description provided.