Ubuntu – Github action's output: How can I set an output var in a composite file
I am trying to understand where is my mistake: I want to set an output var in a composite file but I keep getting an empty result: 'Output - ${{ steps.hello-world.outputs.random-number }}' returns 'Output - ' Like '${{ steps.hello-world.outputs.random-number }}'…