8000 Fix step ID in output example · MikhailTH/github-script@5d33ffc · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d33ffc

Browse files
committed
Fix step ID in output example
1 parent adb3d51 commit 5d33ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The return value of the script will be in the step's outputs under the
3838
script: return "Hello!"
3939
result-encoding: string
4040
- name: Get result
41-
run: echo "${{steps.my-script.outputs.result}}"
41+
run: echo "${{steps.set-result.outputs.result}}"
4242
```
4343
4444
See ["Result encoding"](#result-encoding) for details on how the encoding of

0 commit comments

Comments
 (0)
0