Add debugging for get input

This commit is contained in:
Luke Tomlinson
2021-05-17 17:24:02 -04:00
parent 98ed4cb500
commit 2b520f1a1a
3 changed files with 472 additions and 400 deletions

11
package-lock.json generated
View File

@@ -5,9 +5,14 @@
"requires": true,
"dependencies": {
"@actions/core": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz",
"integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA=="
"version": "file:../toolkit/packages/core",
"dependencies": {
"@types/node": {
"version": "12.0.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.0.2.tgz",
"integrity": "sha512-5tabW/i+9mhrfEOUcLDu2xBPsHJ+X5Orqy9FKpale3SjDA17j5AEpYq5vfy3oAeAHGcvANRCO3NV3d2D6q3NiA=="
}
}
},
"@actions/github": {
"version": "4.0.0",