From 1ee03868a2ae4b1d1f1363b5707acebbb81d1224 Mon Sep 17 00:00:00 2001 From: Gregory Bell Date: Wed, 3 Jul 2024 22:00:19 -0600 Subject: [PATCH] Update readme; update action --- README.md | 8 -------- action.yml | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 43ed823..22ad020 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/action.yml b/action.yml index abef091..2094a9e 100644 --- a/action.yml +++ b/action.yml @@ -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}}