[PR #6000] Resolve nested local reusable workflow from remote #2654

Open
opened 2026-03-01 22:37:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/6000
Author: @wd-hopkins
Created: 2/6/2026
Status: 🔄 Open

Base: masterHead: fix-nested-remote-workflows


📝 Commits (1)

  • 25a7cad Resolve nested local reusable workflow from remote

📊 Changes

8 files changed (+183 additions, -2 deletions)

View changed files

📝 pkg/runner/reusable_workflow.go (+29 -2)
pkg/runner/reusable_workflow_test.go (+95 -0)
📝 pkg/runner/runner_test.go (+2 -0)
pkg/runner/testdata/.github/workflows/main.yml (+21 -0)
pkg/runner/testdata/.github/workflows/nested.yml (+16 -0)
pkg/runner/testdata/nested-reusable-workflow-local/push.yml (+9 -0)
pkg/runner/testdata/nested-reusable-workflow-remote/config/config.yml (+2 -0)
pkg/runner/testdata/nested-reusable-workflow-remote/push.yml (+9 -0)

📄 Description

Fixes #1875

https://github.com/nektos/act/pull/5888 has a few issues that are addressed in this implementation.


🔄 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/6000 **Author:** [@wd-hopkins](https://github.com/wd-hopkins) **Created:** 2/6/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `fix-nested-remote-workflows` --- ### 📝 Commits (1) - [`25a7cad`](https://github.com/nektos/act/commit/25a7cadfb4a4339a9c8c4c2d65be4474e45a3ddf) Resolve nested local reusable workflow from remote ### 📊 Changes **8 files changed** (+183 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `pkg/runner/reusable_workflow.go` (+29 -2) ➕ `pkg/runner/reusable_workflow_test.go` (+95 -0) 📝 `pkg/runner/runner_test.go` (+2 -0) ➕ `pkg/runner/testdata/.github/workflows/main.yml` (+21 -0) ➕ `pkg/runner/testdata/.github/workflows/nested.yml` (+16 -0) ➕ `pkg/runner/testdata/nested-reusable-workflow-local/push.yml` (+9 -0) ➕ `pkg/runner/testdata/nested-reusable-workflow-remote/config/config.yml` (+2 -0) ➕ `pkg/runner/testdata/nested-reusable-workflow-remote/push.yml` (+9 -0) </details> ### 📄 Description Fixes #1875 https://github.com/nektos/act/pull/5888 has a few issues that are addressed in this implementation. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#2654
No description provided.