This website requires JavaScript.
Explore
Help
Sign In
actions
/
toolkit
mirror of
https://github.com/actions/toolkit
Watch
1
Star
0
Fork
You've already forked toolkit
0
Code
340a1033a5
toolkit
/
packages
/
exec
/
__tests__
/
scripts
/
wait-for-input.js
4 lines
89 B
JavaScript
Executable File
Raw
Blame
History
var
fs
=
require
(
'fs'
)
var
data
=
fs
.
readFileSync
(
0
,
'utf-8'
)
process
.
stdout
.
write
(
data
)
View Git Blame
Copy Permalink