[PR #1435] [CLOSED] Keep event json path #1947

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1435
Author: @ScaIIywaggy
Created: 11/12/2022
Status: Closed

Base: keep-event-json-pathHead: keep-event-json-path


📝 Commits (8)

  • 2a34acd refactor: allow error state on conditional executor
  • 49faddf feat: set-state and set-output file commands
  • b0f6450 increase test timeout from 10m to 15m
  • cf00e8d Update number of approvers required from 3 to 2
  • d97481d fix: nil pointer access ( workflow_dispatch )
  • 30a9de6 Merge remote-tracking branch 'origin/allow-error-on-conditional'
  • 35ff651 Merge remote-tracking branch 'origin/runner-file-commands' into keep-event-json-path
  • fe8a2aa Merge branch 'master' into keep-event-json-path

📊 Changes

22 files changed (+236 additions, -46 deletions)

View changed files

📝 .github/workflows/checks.yml (+1 -1)
📝 .mergify.yml (+1 -1)
📝 pkg/common/dryrun.go (+3 -3)
📝 pkg/common/executor.go (+22 -8)
📝 pkg/common/executor_test.go (+4 -4)
📝 pkg/container/docker_build.go (+5 -1)
📝 pkg/container/docker_pull.go (+5 -1)
📝 pkg/container/docker_run.go (+5 -1)
📝 pkg/container/docker_volume.go (+5 -1)
📝 pkg/runner/action.go (+12 -12)
📝 pkg/runner/expression.go (+11 -9)
📝 pkg/runner/logger.go (+6 -1)
📝 pkg/runner/runner_test.go (+3 -0)
📝 pkg/runner/step.go (+37 -0)
📝 pkg/runner/step_action_local.go (+5 -1)
📝 pkg/runner/step_action_local_test.go (+27 -2)
📝 pkg/runner/step_action_remote_test.go (+24 -0)
📝 pkg/runner/step_docker_test.go (+12 -0)
📝 pkg/runner/step_run_test.go (+12 -0)
pkg/runner/testdata/workflow_dispatch-scalar-composite-action/workflow_dispatch.yml (+17 -0)

...and 2 more files

📄 Description

No description provided


🔄 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/1435 **Author:** [@ScaIIywaggy](https://github.com/ScaIIywaggy) **Created:** 11/12/2022 **Status:** ❌ Closed **Base:** `keep-event-json-path` ← **Head:** `keep-event-json-path` --- ### 📝 Commits (8) - [`2a34acd`](https://github.com/nektos/act/commit/2a34acd0246d6db69390820e46475f4ac87d9144) refactor: allow error state on conditional executor - [`49faddf`](https://github.com/nektos/act/commit/49faddffa0a04e2b5da4255db087d802c385fa58) feat: set-state and set-output file commands - [`b0f6450`](https://github.com/nektos/act/commit/b0f64506638be35e385890cff77b57c717336edb) increase test timeout from 10m to 15m - [`cf00e8d`](https://github.com/nektos/act/commit/cf00e8d9bb288938d801bbea283c9b977a36ef1d) Update number of approvers required from 3 to 2 - [`d97481d`](https://github.com/nektos/act/commit/d97481d5671a4906b8b9fe7b951333fa938ffe2b) fix: nil pointer access ( workflow_dispatch ) - [`30a9de6`](https://github.com/nektos/act/commit/30a9de6c865d7452da10574e9908aaa4de2772b7) Merge remote-tracking branch 'origin/allow-error-on-conditional' - [`35ff651`](https://github.com/nektos/act/commit/35ff65167f6c0d5fa3417c3c0c20f40bf3e256c2) Merge remote-tracking branch 'origin/runner-file-commands' into keep-event-json-path - [`fe8a2aa`](https://github.com/nektos/act/commit/fe8a2aa36af75c2fd87361a5faee6cecc0b13fdc) Merge branch 'master' into keep-event-json-path ### 📊 Changes **22 files changed** (+236 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/checks.yml` (+1 -1) 📝 `.mergify.yml` (+1 -1) 📝 `pkg/common/dryrun.go` (+3 -3) 📝 `pkg/common/executor.go` (+22 -8) 📝 `pkg/common/executor_test.go` (+4 -4) 📝 `pkg/container/docker_build.go` (+5 -1) 📝 `pkg/container/docker_pull.go` (+5 -1) 📝 `pkg/container/docker_run.go` (+5 -1) 📝 `pkg/container/docker_volume.go` (+5 -1) 📝 `pkg/runner/action.go` (+12 -12) 📝 `pkg/runner/expression.go` (+11 -9) 📝 `pkg/runner/logger.go` (+6 -1) 📝 `pkg/runner/runner_test.go` (+3 -0) 📝 `pkg/runner/step.go` (+37 -0) 📝 `pkg/runner/step_action_local.go` (+5 -1) 📝 `pkg/runner/step_action_local_test.go` (+27 -2) 📝 `pkg/runner/step_action_remote_test.go` (+24 -0) 📝 `pkg/runner/step_docker_test.go` (+12 -0) 📝 `pkg/runner/step_run_test.go` (+12 -0) ➕ `pkg/runner/testdata/workflow_dispatch-scalar-composite-action/workflow_dispatch.yml` (+17 -0) _...and 2 more files_ </details> ### 📄 Description _No description provided_ --- <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:21 +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#1947
No description provided.