From 32f24c7e9401dec3cf2fdce4be332b450cd248fb Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 26 Aug 2025 15:01:15 +0200 Subject: [PATCH] Update action.yml --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 5e7ca1b..93ac56f 100644 --- a/action.yml +++ b/action.yml @@ -27,9 +27,9 @@ inputs: default: "" env: - description: "Environment type: pixi (default), pip, conda, or custom" - required: false - default: "pixi" + description: "Environment type: pixi (default), pip, conda, or custom" + required: false + default: "pixi" enable_pixi_post_link_scripts: description: 'Set to true to enable post-link scripts for Pixi'