Campfire
Archive Tags About

Prefer tee -a, not >>, in CI

Visit link →
Screenshot of Prefer tee -a, not >>, in CI
GitHub Actions suggests using code like echo ... >> $GITHUB_ENV, but echo ... | tee -a $GITHUB_ENV is often better.
February 13, 2025
ci shell github automation
Permalink: 2025/w07/prefer-tee-a-not-in-ci

Related Links

  • Scripts I wrote that I use all the time shell automation
  • GitHub issues for notes github automation
  • How to Assign Specific External IP to a Private VM in VCF Automation automation
  • VCF 9.1 - Automating New License Entitlement Workflow between VCF Operations & VCF Business Service Console (BSC) automation
  • VCF 9.1 - Automating VCF Single Sign-On (SSO) with OIDC-based Identity Provider automation
← Back to Week 07

© 2026 Timo Sugliani · Weekly curated links, shared around the tech campfire