GitHub Actions by Example: Outputs
Data can be shared between |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Create outputs for a step by writing to stdout in the format of |
|
|
|
|
|
Steps that create outputs must have unique ids. |
|
|
|
|
|
Use the |
|
|
|
|
|
Create outputs for a job which will be available to other jobs that |
|
|
|
|
|
|
|
|
|
|
|
|
|
Use context expressions to grab outputs from a job included in |
|
|
|
|
Next example: Context Variables