[PR #575] [MERGED] Update Shell Tasks to match ScriptHandlerHelpers #1504

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/575
Author: @JustinGrote
Created: 3/23/2021
Status: Merged
Merged: 3/29/2021
Merged by: @cplee

Base: masterHead: JustinGrote/issue467


📝 Commits (8)

  • 7da0f24 Update Shell Tasks to match ScriptHandlerHelpers
  • 51fb965 🩹 Remove old ps1 handler
  • ab9577e ♻️ gocritix fix
  • 037e2a8 🐛 Powershell command must be a single entry to docker API
  • a4e7a33 Remove Act Temp
  • 4d4ddd4 Remove additional Act Directories
  • ab50bc5 Merge branch 'master' into JustinGrote/issue467
  • 0ae3c05 remove hard-coded workdir

📊 Changes

4 files changed (+48 additions, -4 deletions)

View changed files

📝 pkg/model/workflow.go (+4 -3)
📝 pkg/runner/runner_test.go (+1 -0)
📝 pkg/runner/step_context.go (+31 -1)
pkg/runner/testdata/powershell/push.yml (+12 -0)

📄 Description

Code: https://github.com/actions/runner/blob/main/src/Runner.Worker/Handlers/ScriptHandlerHelpers.cs

Docs: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#using-a-specific-shell

Fixes #467
Replaces #466

Thanks to @catthehacker for the direction


🔄 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/575 **Author:** [@JustinGrote](https://github.com/JustinGrote) **Created:** 3/23/2021 **Status:** ✅ Merged **Merged:** 3/29/2021 **Merged by:** [@cplee](https://github.com/cplee) **Base:** `master` ← **Head:** `JustinGrote/issue467` --- ### 📝 Commits (8) - [`7da0f24`](https://github.com/nektos/act/commit/7da0f24473cd8de832d5cf0809e4887106f07508) Update Shell Tasks to match ScriptHandlerHelpers - [`51fb965`](https://github.com/nektos/act/commit/51fb965dddd56257e30d297eae0e07fc4759bace) 🩹 Remove old ps1 handler - [`ab9577e`](https://github.com/nektos/act/commit/ab9577e46610c5040112bb2b4f540ca18e4027ef) ♻️ gocritix fix - [`037e2a8`](https://github.com/nektos/act/commit/037e2a816c3a09ca43a3ff5aa15e123b09080244) 🐛 Powershell command must be a single entry to docker API - [`a4e7a33`](https://github.com/nektos/act/commit/a4e7a3345c8dbaf10f1cb7f1b9b3545fff73ed88) Remove Act Temp - [`4d4ddd4`](https://github.com/nektos/act/commit/4d4ddd41d4211619e2f0a2b7c2b589d2c43e6e77) Remove additional Act Directories - [`ab50bc5`](https://github.com/nektos/act/commit/ab50bc5d64d019b82671aa3b1893cc119e15f523) Merge branch 'master' into JustinGrote/issue467 - [`0ae3c05`](https://github.com/nektos/act/commit/0ae3c054fba80617ce46443f1fec7ebed7b31af0) remove hard-coded workdir ### 📊 Changes **4 files changed** (+48 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `pkg/model/workflow.go` (+4 -3) 📝 `pkg/runner/runner_test.go` (+1 -0) 📝 `pkg/runner/step_context.go` (+31 -1) ➕ `pkg/runner/testdata/powershell/push.yml` (+12 -0) </details> ### 📄 Description Code: https://github.com/actions/runner/blob/main/src/Runner.Worker/Handlers/ScriptHandlerHelpers.cs Docs: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#using-a-specific-shell Fixes #467 Replaces #466 Thanks to @catthehacker for the direction --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:51:28 +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#1504
No description provided.