Skip to content

Commit

Permalink
Update inputs and runs to reflect docker change
Browse files Browse the repository at this point in the history
  • Loading branch information
gregbell26 committed Jul 3, 2024
1 parent 2ef4afa commit cc1d262
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 8 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ inputs:
description: "The path the artifact was produced on."
required: true

outputs:
status:
description: "The workflow status."

runs:
main: dist/index.js
using: node20
using: docker
image: Dockerfile
args:
- ${{inputs.artifact_path}}
- ${{inputs.gradescope_assignment_id}}
- ${{inputs.course_id}}
- ${{inputs.gradescope_username}}
- ${{inputs.gradescope_password}}
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
navigate_to_uploader_page,
upload_zip_file,
} from "./gradescope_assignment_uploader";
import * as fs from "node:fs";

// load from inputs
const artifact_path = process.argv[1]
Expand Down

0 comments on commit cc1d262

Please sign in to comment.