Skip to content

Commit

Permalink
Update readme; update action
Browse files Browse the repository at this point in the history
  • Loading branch information
gregbell26 committed Jul 4, 2024
1 parent 926fff3 commit 1ee0386
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,6 @@ This should be derived from the artifacts produced during the CI pipeline
If running as a separate job (which it probably should be), you may need to run the `actions/download-artifact` action
to get pull it into this job.

## Outputs

### `status`

The workflow status.

Can either be `success` or `failed` You can safely ignore this output.

## Example usage

```yaml
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ inputs:

runs:
using: docker
image: Dockerfile
image: docker://ghcr.io/CSCI128/GradescopeCDHelper:v1
args:
- /usr/bin/google-chrome
- ${{inputs.artifact_path}}
Expand Down

0 comments on commit 1ee0386

Please sign in to comment.