[PR #1391] [MERGED] feat: GITHUB_STATE and GITHUB_OUTPUT file commands #1919

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1391
Author: @ChristopherHX
Created: 10/14/2022
Status: Merged
Merged: 11/16/2022
Merged by: @mergify[bot]

Base: masterHead: runner-file-commands


📝 Commits (5)

  • 49faddf feat: set-state and set-output file commands
  • b0f6450 increase test timeout from 10m to 15m
  • 53dbacd Merge branch 'master' into runner-file-commands
  • a50ccce Prepare for HostExecutor PR
  • bec661f Merge branch 'master' into runner-file-commands

📊 Changes

6 files changed (+113 additions, -3 deletions)

View changed files

📝 .github/workflows/checks.yml (+1 -1)
📝 pkg/runner/step.go (+37 -0)
📝 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)

📄 Description

Retargeted to master.

One problem with the GITHUB_ENV logic, seem to be that it is never cleaned or recreated if deleted.

DO NOT MERGE, before "feat: Host Environment" has been merged

I don't like merge conflicts due to actpath changes

Resolves #1386, #1442


🔄 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/1391 **Author:** [@ChristopherHX](https://github.com/ChristopherHX) **Created:** 10/14/2022 **Status:** ✅ Merged **Merged:** 11/16/2022 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `runner-file-commands` --- ### 📝 Commits (5) - [`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 - [`53dbacd`](https://github.com/nektos/act/commit/53dbacd30de4d71f6a02f0a8ed61b7a2225e3a2e) Merge branch 'master' into runner-file-commands - [`a50ccce`](https://github.com/nektos/act/commit/a50ccce9b98994080b32cca864f6c7eff1656486) Prepare for HostExecutor PR - [`bec661f`](https://github.com/nektos/act/commit/bec661fc421c8a60ce00d0d0e09708600f006227) Merge branch 'master' into runner-file-commands ### 📊 Changes **6 files changed** (+113 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/checks.yml` (+1 -1) 📝 `pkg/runner/step.go` (+37 -0) 📝 `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) </details> ### 📄 Description Retargeted to master. _One problem with the GITHUB_ENV logic, seem to be that it is never cleaned or recreated if deleted._ ~~**DO NOT MERGE, before "feat: Host Environment" has been merged**~~ ~~_I don't like merge conflicts due to actpath changes_~~ Resolves #1386, #1442 --- <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:14 +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#1919
No description provided.