From b54d0f846ced9c1807665087af981c9d3f739979 Mon Sep 17 00:00:00 2001 From: Buck Evan Date: Fri, 10 May 2024 13:27:27 -0500 Subject: [PATCH] remove unused var --- pytest/action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pytest/action.yml b/pytest/action.yml index 763805b..c418dd9 100644 --- a/pytest/action.yml +++ b/pytest/action.yml @@ -17,11 +17,6 @@ inputs: description: "for testing, only: `prod` or `dev`" required: true - __shell: - description: "private -- do not use" - required: true - default: bash -euxo pipefail {0} - runs: using: "composite" steps: