poshweb/UseWebSocket
Work with WebSockets in PowerShell
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 6, 2025
- License
- MIT
Pinned Snippet
uses: poshweb/websocket@419f3deb9d920db20361de6e4ad911eb0a09f38d # v0.1.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| Run | A PowerShell Script that uses WebSocket. Any files outputted from the script will be added to the repository. If those files have a .Message attached to them, they will be committed with that message. | no | — |
| SkipScriptFile | If set, will not process any files named *.WebSocket.ps1 | no | — |
| InstallModule | A list of modules to be installed from the PowerShell gallery before scripts run. | no | — |
| CommitMessage | If provided, will commit any remaining changes made to the workspace with this commit message. | no | — |
| TargetBranch | If provided, will checkout a new branch before making the changes. If not provided, will use the current branch. | no | — |
| ActionScript | The name of one or more scripts to run, from this action's path. | no | — |
| GitHubToken | The github token to use for requests. | no | {{ secrets.GITHUB_TOKEN }} |
| UserEmail | The user email associated with a git commit. If this is not provided, it will be set to the username@noreply.github.com. | no | — |
| UserName | The user name associated with a git commit. | no | — |
| NoPush | If set, will not push any changes made to the repository. (they will still be committed unless `-NoCommit` is passed) | no | — |
| NoCommit | If set, will not commit any changes made to the repository. (this also implies `-NoPush`) | no | — |
Outputs
no outputs