mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[PR #1531] [MERGED] fix: extra path lost in composite actions #1989
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#1989
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/1531
Author: @ChristopherHX
Created: 12/20/2022
Status: ✅ Merged
Merged: 1/10/2023
Merged by: @mergify[bot]
Base:
master← Head:fixExtraPathLostInCompositeActions📝 Commits (7)
7323d7ctest: define test case of path issuese34c62dtest: add multi arch grep90e5c21fix: Always use current ExtraPath41126cfreplace setup-node with run stepe845d14Update push.yml26218e8yaml mistake8a44ddeMerge branch 'master' into fixExtraPathLostInCompositeActions📊 Changes
4 files changed (+62 additions, -0 deletions)
View changed files
📝
pkg/runner/runner_test.go(+1 -0)📝
pkg/runner/step_action_remote.go(+1 -0)➕
pkg/runner/testdata/path-handling/action.yml(+21 -0)➕
pkg/runner/testdata/path-handling/push.yml(+39 -0)📄 Description
I didn't 100% understand how composite actions are working in act today. Therefore I forget that the extrapath have to be passed from a different location than static fields like eventjson.
Fixes #1528
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.