Why doesn't this set the correct interjob output? #155654
-
Select Topic AreaQuestion Bodyhttps://github.com/aaronliu0130/cpplint/actions/runs/14231195706/job/39882049662 - run: echo 'changed=${{ steps.changes.outputs.nondoc }}' >> "$GITHUB_OUTPUT" |
Beta Was this translation helpful? Give feedback.
Answered by
aaronliu0130
Apr 5, 2025
Replies: 1 comment
-
I misread https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/passing-information-between-jobs : you have to map the output to jobs.job1.outputs.output1. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aaronliu0130
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I misread https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/passing-information-between-jobs : you have to map the output to jobs.job1.outputs.output1.