Fix step ID in output example

This commit is contained in:
Jonathan Clem 2020-05-18 12:53:18 -04:00
parent adb3d5168d
commit 5d33ffc89d
No known key found for this signature in database
GPG key ID: B3662C4A8F843179

View file

@ -38,7 +38,7 @@ The return value of the script will be in the step's outputs under the
script: return "Hello!"
result-encoding: string
- 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