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

Skip to content

Commit 26ee3d2

Browse files
committed
Test log result
1 parent be5d094 commit 26ee3d2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9179,6 +9179,7 @@ async function main() {
91799179
const script = Object(core.getInput)('script', { required: true });
91809180
// Using property/value shorthand on `require` (e.g. `{require}`) causes compilatin errors.
91819181
const result = await callAsyncFunction({ require: __webpack_require__(875), github, context: lib_github.context }, script);
9182+
console.log('test result', result);
91829183
let encoding = Object(core.getInput)('result-encoding');
91839184
encoding = encoding ? encoding : 'json';
91849185
let output;

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ async function main() {
2222
{require: require, github, context},
2323
script
2424
)
25+
console.log('test result', result)
2526

2627
let encoding = core.getInput('result-encoding')
2728
encoding = encoding ? encoding : 'json'

0 commit comments

Comments
 (0)