Skip to content

Update grader action #1

Update grader action

Update grader action #1

Workflow file for this run

name: Submit Assignment and Run Grader
permissions:
id-token: write
contents: read
on:
push:
branches:
- main
jobs:
grade:
name: Submit and Grade Assignment
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
with:
path: submission
- name: Collect Submission and Run Grader
uses: neu-se/autograder-action@main
with:
grading_server: 'https://api.pawtograder.com'
handout_repo: 'pawtograder/example-assignment-java-handout'
action_ref: '${{ github.action_ref }}'
action_repository: '${{ github.action_repository }}'