GitHub Actions Workflow Part 2 – Environment Variables

GitHub Actions Workflow Part 2 – Environment Variables Hello Everyone Welcome to CloudAffaire and this is Debjeet. In today’s blog post, we will discuss env workflow element and environment variables in GitHub. You can use a user defined environment variables or GitHub inbuilt environment variables in your GitHub actions workflow. User Defined Environment Variables: env (optional): A map of environment variables that are available to the steps of all jobs in the workflow. You…

Comments Off on GitHub Actions Workflow Part 2 – Environment Variables