mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[PR #575] [MERGED] Update Shell Tasks to match ScriptHandlerHelpers #1504
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1504
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:JustinGrote/issue467📝 Commits (8)
7da0f24Update Shell Tasks to match ScriptHandlerHelpers51fb965🩹 Remove old ps1 handlerab9577e♻️ gocritix fix037e2a8🐛 Powershell command must be a single entry to docker APIa4e7a33Remove Act Temp4d4ddd4Remove additional Act Directoriesab50bc5Merge branch 'master' into JustinGrote/issue4670ae3c05remove 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.