Skip to content

Commit 9f20bf2

Browse files
committed
feat: deprecate handout_repo input and add automatic handout detection
1 parent d958e04 commit 9f20bf2

File tree

6 files changed

+83218
-88222
lines changed

6 files changed

+83218
-88222
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ inputs:
1313
required: true
1414
handout_repo:
1515
description:
16-
The name of the handout repo, e.g. khoury-classroom/handout-template. This
17-
is only used to check if the action is being run in the handout repo, and
18-
if so, no submission will be created (so your handout built can still be
19-
green).
16+
'[DEPRECATED] This parameter is unused and will be removed in v4. Handout
17+
detection is now handled automatically by the API.'
2018
required: false
2119
regression_test_job:
2220
description: The ID of the Pawtograder regression test job to run
@@ -31,6 +29,8 @@ inputs:
3129
outputs:
3230
score:
3331
description: The score of the submission
32+
status:
33+
description: 'Human-readable status message'
3434

3535
runs:
3636
using: node20

dist/api/adminServiceSchemas.d.ts

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)