illinois/telemetry
Save workflow run data to a remote endpoint or an artifact
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| endpoint | The 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 | — |
| token | GitHub 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_repo | Upstream project repository name with owner. For example, dsdiscovery/microprojects. Fails the action if endpoint is specified but upstream_repo is not. | no | — |
| upstream_ref | The branch, tag or SHA of the upstream repo. Uses the default branch if unspecified, or the assignment name if it is specified. | no | — |
| assignment | The name of the assignment for which data is being logged. If empty, this field will not be entered. | no | — |
| meta | Arbitrary metadata that gets passes directly to the telemetry endpoint, defaults to "{}". | no | {} |
| autograding_status | Final status of the autograding action. | no | — |
| points | Summary of points earned during autograding. | no | — |
Outputs
no outputs