mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-18 21:45:56 +08:00
4 lines
89 B
JavaScript
Executable File
4 lines
89 B
JavaScript
Executable File
var fs = require('fs')
|
|
var data = fs.readFileSync(0, 'utf-8')
|
|
process.stdout.write(data)
|