GitHub Actions: ’tee’ is for Environment Variables2023-01-31 :: grayside#til #gha #testing #environment #shell When dynamically setting an environment variable in GitHub Actions, use ’tee -a’ to see the value at the same time as you set it.Read more →