Fixes #32 Globber will now expand tilde and warn if no results are found
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/github": "^4.0.0",
|
||||
"@types/glob": "^7.1.3",
|
||||
"glob": "^7.1.4"
|
||||
"glob": "^7.1.4",
|
||||
"untildify": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.20",
|
||||
|
||||
Reference in New Issue
Block a user