[PR #1525] [MERGED] feat: add remote reusable workflows #1986

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1525
Author: @KnisterPeter
Created: 12/20/2022
Status: Merged
Merged: 1/19/2023
Merged by: @mergify[bot]

Base: masterHead: remote-reusable-workflows


📝 Commits (3)

  • 2627c95 feat: add remote reusable workflows
  • 52d4644 fix: defer plan creation until clone is done
  • 94bd983 Merge branch 'master' into remote-reusable-workflows

📊 Changes

3 files changed (+124 additions, -16 deletions)

View changed files

📝 pkg/runner/reusable_workflow.go (+94 -12)
📝 pkg/runner/runner_test.go (+1 -1)
📝 pkg/runner/testdata/uses-workflow/push.yml (+29 -3)

📄 Description

This changes adds cloning of a remote repository to
run a workflow included in it.

Closes #826


🔄 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/1525 **Author:** [@KnisterPeter](https://github.com/KnisterPeter) **Created:** 12/20/2022 **Status:** ✅ Merged **Merged:** 1/19/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `remote-reusable-workflows` --- ### 📝 Commits (3) - [`2627c95`](https://github.com/nektos/act/commit/2627c955d0466b812ecd19b3bd05972817d97bdb) feat: add remote reusable workflows - [`52d4644`](https://github.com/nektos/act/commit/52d4644f16b201786b26a78e82ce4c39aaffcaf6) fix: defer plan creation until clone is done - [`94bd983`](https://github.com/nektos/act/commit/94bd983f6b6a2cfb411e4757e43dda8249f8c30b) Merge branch 'master' into remote-reusable-workflows ### 📊 Changes **3 files changed** (+124 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `pkg/runner/reusable_workflow.go` (+94 -12) 📝 `pkg/runner/runner_test.go` (+1 -1) 📝 `pkg/runner/testdata/uses-workflow/push.yml` (+29 -3) </details> ### 📄 Description This changes adds cloning of a remote repository to run a workflow included in it. Closes #826 --- <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:32 +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#1986
No description provided.