GitHub Actions — Exporting Multi-Line / One-Line Value Environment Variable Usually, when we create and set up new GitHub Action we utilize environment variables, to store information that we want to reference in the workflow. Recently I was setting up a CI pipeline using GitHub Actions, and came across a case where I wanted to define new environment variables, some…