File tree 1 file changed +6
-6
lines changed
Filter options
1 file changed +6
-6
lines changed
Original file line number Diff line number Diff line change @@ -41,6 +41,12 @@ The return value of the script will be in the step's outputs under the
41
41
run : echo "${{steps.my-script.outputs.result}}"
42
42
` ` `
43
43
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
+
44
50
# # Result encoding
45
51
46
52
By default, the JSON-encoded return value of the function is set as the "result" in the
@@ -171,12 +177,6 @@ jobs:
171
177
console.log(result)
172
178
` ` `
173
179
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
-
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