Skip to content

Using a step of one job in if condition in another job #26536

Answered by airtower-luna
kartikdc asked this question in Actions
Discussion options

You must be logged in to vote

Environment variables do not carry over between jobs. You can use job outputs to make data available from a job to others that have a needs dependency on it, see jobs.<job_id>.outputs.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants