From b6cfd3970089eb744ba470138cca49e7132695ae Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Thu, 14 Jul 2022 14:49:12 +0200 Subject: [PATCH] fix: invalid input in action's localpython step (#632) GHA does not error out on invalid input name but instead only shows a warning which is why this did go unnoticed. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 61b50390..70ef2959 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ runs: id: localpython with: python-version: "3.7 - 3.10" - activate-environment: false + update-environment: false - name: "Validate input" id: helper