Add "pwsh-script" - rich PowerShell Script runner

Repo: https://github.com/Amadevus/pwsh-script

This action sets up variables like `$github` or `$strategy`, imports a module with cmdlets for sending workflow commands (e.g. Write-ActionWarning) and sets script's result as an action output.
This commit is contained in:
Amadeusz Sadowski 2020-06-21 00:57:29 +02:00 committed by GitHub
parent fa3e308e50
commit 5e9349d4a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,6 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address.
- [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus)
- [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account.
- [PowerShell Script](https://github.com/Amadevus/pwsh-script) - Run PowerShell scripts with workflow contexts (e.g. `$github.token`) and cmdlets, return value => action output.
#### Environments