From 5c0c4d1774358feb04cdca7541fd192d36f3a0e8 Mon Sep 17 00:00:00 2001 From: Wade Fagen-Ulmschneider Date: Tue, 2 Jul 2024 13:05:49 -0500 Subject: [PATCH] remove all-or-nothing top-level tag --- action.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/action.yml b/action.yml index 08ffbc6..669f625 100644 --- a/action.yml +++ b/action.yml @@ -18,9 +18,6 @@ inputs: step_summary: description: Boolean describing if a step summary should be generated default: false - all_or_nothing: - description: Boolean describing if grade should be calculated using percentages of passed tests or all-or-nothing - default: false runs: using: "node20" main: "./dist/index.js"