File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,6 @@ The return value of the script will be in the step's outputs under the
44
44
See ["Result encoding"](#result-encoding) for details on how the encoding of
45
45
these outputs can be changed.
46
46
47
- This will print the full diff object in the screen; ` result.data` will
48
- contain the actual diff text.
49
-
50
47
## Result encoding
51
48
52
49
By default, the JSON-encoded return value of the function is set as the "result" in the
@@ -177,6 +174,9 @@ jobs:
177
174
console.log(result)
178
175
` ` `
179
176
177
+ This will print the full diff object in the screen; `result.data` will
178
+ contain the actual diff text.
179
+
180
180
# ## Run a separate file
181
181
182
182
If you don't want to inline your entire script that you want to run, you can
You can’t perform that action at this time.
0 commit comments