Cannot access jobs.<job_id>.result
from on.workflow_call.outputs.<output_id>.value
#3087
Labels
bug
Something isn't working
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
I'm trying to set an output in my reusable workflow of the result of a job but can't access to
jobs.<job_id>.result
fromon.workflow_call.outputs.<output_id>.value
. I have a empty string. As stated in docs, I should be able to access it. I can correctly access my output from my caller workflow.To Reproduce
Reusable workflow file:
Caller workflow file:
Expected behavior
jobs.<job_id>.result
must beskipped
, I've got an empty stringRunner Version and Platform
Version of your runner?
2.311.0
GitHub HostedOS of the machine running the runner?
ubuntu-latest
What's not working?
Doing (reusable workflow):
And (caller workflow):
Print:

Workaround
I found an interesting workaround:
Works perfectly. I can access it in my caller workflow:
The text was updated successfully, but these errors were encountered: