Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5d33ffc

Browse filesBrowse files
committed
Fix step ID in output example
1 parent adb3d51 commit 5d33ffc
Copy full SHA for 5d33ffc

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.