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[@]}";