This website requires JavaScript.
Explore
Help
Register
Sign in
yume
/
act
Watch
1
Star
0
Fork
You've already forked act
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e82f17e230
act
/
pkg
/
runner
/
testdata
/
shells
/
pwsh
/
push.yml
9 lines
123 B
YAML
Raw
Normal View
History
Unescape
Escape
Update Shell Tasks to match ScriptHandlerHelpers (#575) * Update Shell Tasks to match ScriptHandlerHelpers 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 * 🩹 Remove old ps1 handler * ♻️ gocritix fix * 🐛 Powershell command must be a single entry to docker API Fixes #467 * Remove Act Temp * Remove additional Act Directories * remove hard-coded workdir Co-authored-by: Casey Lee <cplee@nektos.com>
2021-03-29 12:06:51 -05:00
on
:
push
jobs
:
check
:
runs-on
:
ubuntu-latest
steps
:
-
shell
:
pwsh
run
:
|
Update images, fix extrapath (#723) * fix: typo * fix: remove debug for git references it generates a massive amount of logs * feat: read values from env allows to test act on GHA when it's not a main repo * fix: merge extrapath with PATH * fix(tests): add additional shells for testing * fix(image): update images pin node to major version only, current node version: 12.22.1 replace most images with `node:12-buster-slim` to prevent errors on macOS runner due to DockerHub pull limit replace ocaml image Co-authored-by: Casey Lee <cplee@nektos.com>
2021-06-10 18:12:05 -05:00
$PSVersionTable
Reference in a new issue
Copy permalink