Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd16c14

Browse files
committed
Move another section in the wrong place
1 parent 5d33ffc commit dd16c14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ The return value of the script will be in the step's outputs under the
4444
See ["Result encoding"](#result-encoding) for details on how the encoding of
4545
these outputs can be changed.
4646
47-
This will print the full diff object in the screen; `result.data` will
48-
contain the actual diff text.
49-
5047
## Result encoding
5148
5249
By default, the JSON-encoded return value of the function is set as the "result" in the
@@ -177,6 +174,9 @@ jobs:
177174
console.log(result)
178175
```
179176

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)