8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb3d51 commit 5d33ffcCopy full SHA for 5d33ffc
README.md
@@ -38,7 +38,7 @@ The return value of the script will be in the step's outputs under the
38
script: return "Hello!"
39
result-encoding: string
40
- name: Get result
41
- run: echo "${{steps.my-script.outputs.result}}"
+ run: echo "${{steps.set-result.outputs.result}}"
42
```
43
44
See ["Result encoding"](#result-encoding) for details on how the encoding of
0 commit comments