3mo-esolutions/Parse Server Credentials
A GitHub Action to parse a server string into its components
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 21, 2024
- License
- MIT
Pinned Snippet
uses: 3mo-esolutions/github-action-parse-server-credentials@2787bd23fd543a731f0999e908a37e579f7b6b5d # 0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| SERVER | The server string to parse | yes | — |
Outputs
| name | description |
|---|---|
| USERNAME | The username component of the server string |
| HOST | The host component of the server string |
| PORT | The port component of the server string |