Skip to content

Commit

Permalink
Merge pull request #17460 from parroty/fix-composite-action
Browse files Browse the repository at this point in the history
Fix output variable name for composite action example (random-id vs random-number)
  • Loading branch information
ramyaparimi authored May 11, 2022
2 parents ea5e509 + 318ae72 commit a2ace94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Before you begin, you'll create a repository on {% ifversion ghae %}{% data vari
outputs:
random-number:
description: "Random number"
value: ${{ steps.random-number-generator.outputs.random-id }}
value: ${{ steps.random-number-generator.outputs.random-number }}
runs:
using: "composite"
steps:
Expand Down

0 comments on commit a2ace94

Please sign in to comment.