illinois/telemetry

Save workflow run data to a remote endpoint or an artifact

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
endpointThe URL to an HTTP endpoint to which this action will send telemetry data. Specifically, if `endpoint` is a valid endpoint, `telemetry` will send a POST request the endpoint containing JSON-formatted telemetry data in the request body. yes
tokenGitHub token used to check repository content and provide feedback. By default, this uses the repository token provided by GitHub Actions. You can customize this by replacing this token with a user token which has write-access to your repository. Note that the token will be accessible to all repository collaborators. no${{ github.token }}
upstream_repoUpstream project repository name with owner. For example, dsdiscovery/microprojects. Fails the action if endpoint is specified but upstream_repo is not. no
upstream_refThe branch, tag or SHA of the upstream repo. Uses the default branch if unspecified, or the assignment name if it is specified. no
assignmentThe name of the assignment for which data is being logged. If empty, this field will not be entered. no
metaArbitrary metadata that gets passes directly to the telemetry endpoint, defaults to "{}". no{}
autograding_statusFinal status of the autograding action. no
pointsSummary of points earned during autograding. no

no outputs