Skip to content

Commit a2ace94

Browse files
authored
Merge pull request #17460 from parroty/fix-composite-action
Fix output variable name for composite action example (random-id vs random-number)
2 parents ea5e509 + 318ae72 commit a2ace94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/creating-actions/creating-a-composite-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Before you begin, you'll create a repository on {% ifversion ghae %}{% data vari
7575
outputs:
7676
random-number:
7777
description: "Random number"
78-
value: ${{ steps.random-number-generator.outputs.random-id }}
78+
value: ${{ steps.random-number-generator.outputs.random-number }}
7979
runs:
8080
using: "composite"
8181
steps:

0 commit comments

Comments
 (0)