1
0
mirror of synced 2026-01-04 09:06:46 -05:00

Fix output variable name

This commit is contained in:
parroty
2022-04-29 14:53:35 +09:00
parent e3f5a1cf75
commit b7f3c52fef

View File

@@ -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: