pawtograder/Pawtograder
An action for automatically submitting and grading student coding submissions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| grading_server | URL of the grading API server, e.g. https://api.pawtograder.com | yes | — |
| handout_repo | [DEPRECATED] This parameter is unused and will be removed in v4. Handout detection is now handled automatically by the API. | no | — |
| regression_test_job | The ID of the Pawtograder regression test job to run | no | — |
| action_ref | The ref of the action, e.g. github.action_ref | yes | — |
| action_repository | The repository of the action, e.g. github.action_repository | yes | — |
Outputs
| name | description |
|---|---|
| score | The score of the submission |
| status | Human-readable status message |