This website requires JavaScript.
Explore
Help
Sign In
actions
/
toolkit
Watch
2
Star
0
Fork
0
mirror of
https://github.com/actions/toolkit.git
synced
2026-08-08 00:00:33 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
123c3678fa2f7591f3874aa9938b2d08b43576e2
toolkit
/
packages
/
exec
/
__tests__
/
scripts
/
wait-for-input.cjs
T
4 lines
89 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Allow specifying stdin (
#360
)
2020-04-13 13:39:42 -04:00
var
fs
=
require
(
'fs'
)
var
data
=
fs
.
readFileSync
(
0
,
'utf-8'
)
process
.
stdout
.
write
(
data
)
Reference in New Issue
Copy Permalink