Skip to content

Commit b5fe65b

Browse files
authored
Merge pull request #17059 from Chrico/patch-2
fixes wrong ::set-output name
2 parents bfb37ff + 9ea55b3 commit b5fe65b

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
@@ -82,7 +82,7 @@ Before you begin, you'll create a repository on {% ifversion ghae %}{% data vari
8282
- run: echo Hello ${{ inputs.who-to-greet }}.
8383
shell: bash
8484
- id: random-number-generator
85-
run: echo "::set-output name=random-id::$(echo $RANDOM)"
85+
run: echo "::set-output name=random-number::$(echo $RANDOM)"
8686
shell: bash
8787
- run: echo "${{ github.action_path }}" >> $GITHUB_PATH
8888
shell: bash

0 commit comments

Comments
 (0)