Add tests, getInput should be case-insensitive and trim output

This commit is contained in:
Danny McCormick
2019-05-17 10:31:07 -04:00
parent 7c079ef90d
commit 5f31b6acfc
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
"author": "Bryan MacFarlane <bryanmac@microsoft.com>",
"homepage": "https://github.com/actions/toolkit/tree/master/packages/core",
"license": "MIT",
"main": "lib/lib.js",
"main": "lib/core.js",
"directories": {
"lib": "lib",
"test": "__tests__"