From ee47f45ec9b421fcf396a308805d1fa1346d20eb Mon Sep 17 00:00:00 2001 From: Dunemask Date: Thu, 15 Feb 2024 18:01:45 -0700 Subject: [PATCH] [FEATURE] Auto Oasis Test --- action.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/action.yml b/action.yml index 05e88a0..f517c10 100644 --- a/action.yml +++ b/action.yml @@ -34,11 +34,11 @@ runs: env_len=${#env_list[@]} # Ensure lengths match - if [ "$path_len" != "$env_len" ]; - then - echo "Input must match the output!" - exit 1; - fi + # if [ "$path_len" != "$env_len" ]; + # then + # echo "Input must match the output!" + # exit 1; + # fi # For each environment for i in "${!path_list[@]}";