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

Commit

Permalink
updated action.yml with right locatin for main
Browse files Browse the repository at this point in the history
  • Loading branch information
Saturn226 committed Nov 22, 2023
1 parent 1ce1e29 commit 6f7e7a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
integration:
runs-on: ubuntu-latest
steps:
- run: npm install
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- run: npm install
- name: Shout Test
id: shout-test
uses: education/autograding-io-grader@main
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: "GitHub Classroom Autograding Results handler"
description: "Integrate your CS class wit GitHub using GitHub Classroom"
description: "Integrate your CS class with GitHub using GitHub Classroom"
inputs:
runners:
description: 'Comma-separated list of step ids'
required: true

runs:
using: "node20"
main: "src/main.js"
main: "dist/main.js"

0 comments on commit 6f7e7a2

Please sign in to comment.