shared-platform/Share platform deployment action
github-script action extended with share platform
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| script | The script to run | yes | — |
| github-token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
| debug | Whether to tell the GitHub client to log details of its requests | — | false |
| user-agent | An optional user-agent string | — | actions/github-script |
| previews | A comma-separated list of API previews to accept | — | — |
| result-encoding | Either "string" or "json" (default "json")—how the result will be encoded | — | json |
| retries | The number of times to retry a request | — | 0 |
| retry-exempt-status-codes | A comma separated list of status codes that will NOT be retried e.g. "400,500". No effect unless `retries` is set | — | 400,401,403,404,422 |
| deployment-repo | The repository to dispatch the deployment workflow to | no | deployment |
| deployment-workflow | The workflow to dispatch | no | deploy.yml |
| deployment-repo-reference | The git reference used to do deployment | no | main |
| docker-repository | The docker repository to push the image to | no | ghcr.io |
Outputs
| name | description |
|---|---|
| result | The return value of the script, stringified with `JSON.stringify` |