GitHub Actions by Example: Environment Variables
|
|
|
|
|
|
Environment variables can be set for the entire workflow. |
|
|
|
|
|
|
|
|
|
Environment variables can be set for specific jobs. |
|
|
|
|
|
|
|
|
|
Use your operating system’s normal method for reading environment variables. |
|
Environment variables can be set for individual |
|
|
|
|
|
|
|
Set new environment variables by appending a line to a file whose name is in the |
|
|
|
|
|
|
|
There are many environment variables available by default. Here are a few, see a full list here. |
|
|
|
|
|
|
|
|
Next example: Parallel Jobs