Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into test-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishkeshan committed Dec 6, 2023
2 parents 7916542 + e9db313 commit c946527
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: "GitHub Classroom Autograding Results handler"
description: "Integrate your CS class with GitHub using GitHub Classroom"
inputs:
token:
description: >
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.
default: ${{ github.token }}
runners:
description: 'Comma-separated list of step ids'
required: true
Expand Down

0 comments on commit c946527

Please sign in to comment.