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 adb3d51

Browse filesBrowse files
committed
Fix section not moved
1 parent 181dcc2 commit adb3d51
Copy full SHA for adb3d51

File tree

1 file changed

+6
-6
lines changed
Filter options

1 file changed

+6
-6
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ The return value of the script will be in the step's outputs under the
4141
run: echo "${{steps.my-script.outputs.result}}"
4242
```
4343
44+
See ["Result encoding"](#result-encoding) for details on how the encoding of
45+
these outputs can be changed.
46+
47+
This will print the full diff object in the screen; `result.data` will
48+
contain the actual diff text.
49+
4450
## Result encoding
4551

4652
By default, the JSON-encoded return value of the function is set as the "result" in the
@@ -171,12 +177,6 @@ jobs:
171177
console.log(result)
172178
```
173179

174-
See ["Result encoding"](#result-encoding) for details on how the encoding of
175-
these outputs can be changed.
176-
177-
This will print the full diff object in the screen; `result.data` will
178-
contain the actual diff text.
179-
180180
### Run a separate file
181181

182182
If you don't want to inline your entire script that you want to run, you can

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.