pwsh-github-action-tools icon indicating copy to clipboard operation
pwsh-github-action-tools copied to clipboard

Supporting tools for implementing GitHub Actions in PowerShell

Results 3 pwsh-github-action-tools issues
Sort by recently updated
recently updated
newest added

That is, the ability to use the [cache](https://github.com/actions/toolkit/tree/main/packages/cache) and [tool-cache](https://github.com/actions/toolkit/tree/main/packages/tool-cache) from PowerShell... I have been playing with some actions in [PoshCode/Actions](https://github.com/PoshCode/Actions) and ended up [writing about half of it in...

@ebekker I tried my best to port in my module in the form I have in my repo. There's a lot of changes, and still a lot to do. Please...

Hi, I've used your original GitHubActions module from https://github.com/ebekker/pwsh-github-action-base some time ago to make my own `pwsh-script` Action: https://github.com/Amadevus/pwsh-script I've fixed up some things in the https://github.com/Amadevus/pwsh-script/blob/master/lib/GitHubActionsCore/GitHubActionsCore.psm1 main module file,...