neu-se/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://autograder.ripley.cloud | yes | — |
| handout_repo | The name of the handout repo, e.g. khoury-classroom/handout-template. This is only used to check if the action is being run in the handout repo, and if so, no submission will be created (so your handout built can still be green). | 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 |