Use glob for path param

This was done such that multiple files
can be loaded that match given glob
patterns. Existing behaviour is preserved
for exact match.
This commit is contained in:
Sam 2022-10-25 00:49:33 +00:00
parent 437c49a57c
commit 1d46172340
10 changed files with 2660 additions and 55 deletions

View file

@ -28,6 +28,7 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@actions/glob": "^0.3.0",
"@octokit/graphql-schema": "^12.11.0"
},
"devDependencies": {