mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Fix step ID in output example
This commit is contained in:
parent
adb3d5168d
commit
5d33ffc89d
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ The return value of the script will be in the step's outputs under the
|
||||||
script: return "Hello!"
|
script: return "Hello!"
|
||||||
result-encoding: string
|
result-encoding: string
|
||||||
- name: Get result
|
- name: Get result
|
||||||
run: echo "${{steps.my-script.outputs.result}}"
|
run: echo "${{steps.set-result.outputs.result}}"
|
||||||
```
|
```
|
||||||
|
|
||||||
See ["Result encoding"](#result-encoding) for details on how the encoding of
|
See ["Result encoding"](#result-encoding) for details on how the encoding of
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue