shared-platform/Share platform deployment action

github-script action extended with share platform

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
scriptThe script to runyes
github-tokenThe GitHub token used to create an authenticated clientno${{ github.token }}
debugWhether to tell the GitHub client to log details of its requestsfalse
user-agentAn optional user-agent stringactions/github-script
previewsA comma-separated list of API previews to accept
result-encodingEither "string" or "json" (default "json")—how the result will be encodedjson
retriesThe number of times to retry a request0
retry-exempt-status-codesA comma separated list of status codes that will NOT be retried e.g. "400,500". No effect unless `retries` is set400,401,403,404,422
deployment-repoThe repository to dispatch the deployment workflow tonodeployment
deployment-workflowThe workflow to dispatchnodeploy.yml
deployment-repo-referenceThe git reference used to do deploymentnomain
docker-repositoryThe docker repository to push the image tonoghcr.io
namedescription
resultThe return value of the script, stringified with `JSON.stringify`