[PR #1204] [MERGED] fix: skip local actions pre step in any case #1837

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1204
Author: @KnisterPeter
Created: 6/7/2022
Status: Merged
Merged: 6/8/2022
Merged by: @mergify[bot]

Base: masterHead: fix-reading-local-actions


📝 Commits (3)

  • f219e56 fix: skip local actions pre step in any case
  • 50e15e2 test: remove obsolete test case
  • 0535ef1 Merge branch 'master' into fix-reading-local-actions

📊 Changes

3 files changed (+35 additions, -78 deletions)

View changed files

📝 pkg/runner/step_action_local.go (+7 -17)
📝 pkg/runner/step_action_local_test.go (+0 -46)
📝 pkg/runner/step_action_remote.go (+28 -15)

📄 Description

We should skip local actions pre step, as it is not supported by github.
In turn we may need to late prepare remote actions which are run
as steps in a local composite action.

Fixes #1193


🔄 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/1204 **Author:** [@KnisterPeter](https://github.com/KnisterPeter) **Created:** 6/7/2022 **Status:** ✅ Merged **Merged:** 6/8/2022 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `fix-reading-local-actions` --- ### 📝 Commits (3) - [`f219e56`](https://github.com/nektos/act/commit/f219e56ca1ca7b4886d208e11906d08193552d1a) fix: skip local actions pre step in any case - [`50e15e2`](https://github.com/nektos/act/commit/50e15e250afe5405c72b8b1fab59d0239e2ab19a) test: remove obsolete test case - [`0535ef1`](https://github.com/nektos/act/commit/0535ef1382167ed36829553f4cd28b51c8bd48b1) Merge branch 'master' into fix-reading-local-actions ### 📊 Changes **3 files changed** (+35 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `pkg/runner/step_action_local.go` (+7 -17) 📝 `pkg/runner/step_action_local_test.go` (+0 -46) 📝 `pkg/runner/step_action_remote.go` (+28 -15) </details> ### 📄 Description We should skip local actions pre step, as it is not supported by github. In turn we may need to late prepare remote actions which are run as steps in a local composite action. Fixes #1193 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:52:53 +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#1837
No description provided.