From 0526be0e5cc406d5c566b640e7c79ae76b990aae Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Tue, 3 Feb 2026 15:40:28 +0100 Subject: [PATCH] chore: add venv-path to action typings --- action-types.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action-types.yml b/action-types.yml index 4fc1d2d..61335a0 100644 --- a/action-types.yml +++ b/action-types.yml @@ -9,6 +9,8 @@ inputs: type: string activate-environment: type: boolean + venv-path: + type: string working-directory: type: string checksum: