Login
From:
huonw.github.io
(Uncensored)
subscribe
Prefer tee -a, not >>, in CI | Huon on the internet
https://huonw.github.io/blog/2025/02/ci-tee/
links
backlinks
Roast topics
Find topics
Find it!
GitHub Actions suggests using code like echo ... >> $GITHUB_ENV, but echo ... | tee -a $GITHUB_ENV is often better.