[PR #1531] [MERGED] fix: extra path lost in composite actions #1989

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

📋 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: masterHead: fixExtraPathLostInCompositeActions


📝 Commits (7)

  • 7323d7c test: define test case of path issues
  • e34c62d test: add multi arch grep
  • 90e5c21 fix: Always use current ExtraPath
  • 41126cf replace setup-node with run step
  • e845d14 Update push.yml
  • 26218e8 yaml mistake
  • 8a44dde Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/1531 **Author:** [@ChristopherHX](https://github.com/ChristopherHX) **Created:** 12/20/2022 **Status:** ✅ Merged **Merged:** 1/10/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `fixExtraPathLostInCompositeActions` --- ### 📝 Commits (7) - [`7323d7c`](https://github.com/nektos/act/commit/7323d7c673a910c025478770add3ec2a8e7b1093) test: define test case of path issues - [`e34c62d`](https://github.com/nektos/act/commit/e34c62d6a429763fd1540c6cb7992f6c9fc700ee) test: add multi arch grep - [`90e5c21`](https://github.com/nektos/act/commit/90e5c21ddc9855d1262d60aacd5607e9719b4c15) fix: Always use current ExtraPath - [`41126cf`](https://github.com/nektos/act/commit/41126cf5da8571acaaa3766abe762415524e11db) replace setup-node with run step - [`e845d14`](https://github.com/nektos/act/commit/e845d1431639e5f60b9034bb50462c558dbfcf0c) Update push.yml - [`26218e8`](https://github.com/nektos/act/commit/26218e8d4c856a6b427159e52820f8f759473686) yaml mistake - [`8a44dde`](https://github.com/nektos/act/commit/8a44dde6b3b9d6d566d95a5a382de8d2bb17926b) Merge branch 'master' into fixExtraPathLostInCompositeActions ### 📊 Changes **4 files changed** (+62 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <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:33 +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#1989
No description provided.