[PR #1268] [MERGED] fix: add parent step id in composite action step id #1867

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1268
Author: @robertkowalski
Created: 7/19/2022
Status: Merged
Merged: 7/27/2022
Merged by: @mergify[bot]

Base: masterHead: composite-ids


📝 Commits (2)

  • c41577c fix: add parent step id in composite action step id
  • 3983fd8 Merge branch 'master' into composite-ids

📊 Changes

2 files changed (+52 additions, -9 deletions)

View changed files

📝 pkg/runner/action_composite.go (+34 -8)
📝 pkg/runner/logger.go (+18 -1)

📄 Description

when running nested composite actions, step ids were repeating
leading to errors in parsing the output. this patch adds the
parent step id to ste stepID field.


🔄 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/1268 **Author:** [@robertkowalski](https://github.com/robertkowalski) **Created:** 7/19/2022 **Status:** ✅ Merged **Merged:** 7/27/2022 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `composite-ids` --- ### 📝 Commits (2) - [`c41577c`](https://github.com/nektos/act/commit/c41577c87b277bbae6188035a7f0a98a22fa22db) fix: add parent step id in composite action step id - [`3983fd8`](https://github.com/nektos/act/commit/3983fd87b99140ccce56c704572a869fde2a8127) Merge branch 'master' into composite-ids ### 📊 Changes **2 files changed** (+52 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `pkg/runner/action_composite.go` (+34 -8) 📝 `pkg/runner/logger.go` (+18 -1) </details> ### 📄 Description when running nested composite actions, step ids were repeating leading to errors in parsing the output. this patch adds the parent step id to ste stepID field. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:53:01 +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#1867
No description provided.