Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(workflows): fix workflow logs command not finding logs (#369)
Overview: The workflows logs command was looking for logs for the top level run when it should iterate through the jobs for logs. This also disables the --follow flag for now since we don't support following multiple jobs.
- Loading branch information