diff --git a/action.yaml b/action.yaml index f57b067..28ec34d 100644 --- a/action.yaml +++ b/action.yaml @@ -55,7 +55,8 @@ runs: --name scwrypts/virtualenv/update-all \ --group scwrypts \ --type zsh \ - > $HOME/.scwrypts.virtualenv.log 2>&1 + ; + #> $HOME/.scwrypts.virtualenv.log 2>&1 echo "CI_SCWRYPTS_READY=1" >> $GITHUB_ENV exit 0