1
0
Fork 0
mirror of https://github.com/actions/toolkit synced 2025-05-09 00:22:56 +00:00

Allow specifying stdin (#360)

* Allow specifying stdin
This commit is contained in:
Seth Vargo 2020-04-13 13:39:42 -04:00 committed by GitHub
parent 05e39f551d
commit c4b6011310
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 67 additions and 0 deletions

View file

@ -0,0 +1,3 @@
@echo off
set /p var=
echo %var%