mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[PR #1876] fix: fail to find local subworkflow of remote workflow #2169
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#2169
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nektos/act/pull/1876
Author: @wildsheepz
Created: 6/22/2023
Status: 🔄 Open
Base:
master← Head:fix/failure_to_run_local_subworkflow_of_remote_workflow📝 Commits (5)
12545a6fix: fail to find local subworkflow of remote workflow2d9adebMerge branch 'master' into fix/failure_to_run_local_subworkflow_of_remote_workflow20a6194Merge branch 'master' into fix/failure_to_run_local_subworkflow_of_remote_workflow81b5a63Merge branch 'master' into fix/failure_to_run_local_subworkflow_of_remote_workflow27e3f82Merge branch 'master' into fix/failure_to_run_local_subworkflow_of_remote_workflow📊 Changes
9 files changed (+37 additions, -17 deletions)
View changed files
📝
cmd/root.go(+1 -1)📝
pkg/artifacts/server_test.go(+1 -1)📝
pkg/model/planner.go(+8 -2)📝
pkg/model/planner_test.go(+1 -2)📝
pkg/model/workflow.go(+1 -0)📝
pkg/model/workflow_test.go(+1 -1)📝
pkg/runner/reusable_workflow.go(+9 -3)📝
pkg/runner/runner_test.go(+8 -7)➕
pkg/runner/testdata/issue-1875-uses-workflow-with-sub-workflow/caller-workflow.yml(+7 -0)📄 Description
Proposing a fix for #1875 . I included a new unit test to verify the issue.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.