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 5d33ffc commit dd16c14Copy full SHA for dd16c14
README.md
@@ -44,9 +44,6 @@ The return value of the script will be in the step's outputs under the
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
-
50
## Result encoding
51
52
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
+This will print the full diff object in the screen; `result.data` will
+contain the actual diff text.
+
180
### Run a separate file
181
182
If you don't want to inline your entire script that you want to run, you can
0 commit comments