mirror of
https://github.com/actions/github-script.git
synced 2025-12-08 16:16:21 +00:00
Remove log result
This commit is contained in:
@@ -22,7 +22,6 @@ async function main() {
|
||||
{require: require, github, context},
|
||||
script
|
||||
)
|
||||
console.log('test result', result)
|
||||
|
||||
let encoding = core.getInput('result-encoding')
|
||||
encoding = encoding ? encoding : 'json'
|
||||
|
||||
Reference in New Issue
Block a user