mirror of
https://github.com/actions/github-script.git
synced 2026-01-12 01:15:08 +00:00
Fix step ID in output example
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user