Prefer tee -a, not >>, in CIVisit link →GitHub Actions suggests using code like echo ... >> $GITHUB_ENV, but echo ... | tee -a $GITHUB_ENV is often better.February 13, 2025ci shell github automationPermalink: 2025/w07/prefer-tee-a-not-in-ci Copy Related LinksScripts I wrote that I use all the time shell automationGitHub issues for notes github automationHow to Assign Specific External IP to a Private VM in VCF Automation automationVCF 9.1 - Automating New License Entitlement Workflow between VCF Operations & VCF Business Service Console (BSC) automationVCF 9.1 - Automating VCF Single Sign-On (SSO) with OIDC-based Identity Provider automation← Back to Week 07
2025/w07/prefer-tee-a-not-in-ci