Merge pull request #792 from samkio/feature/glob

Use glob for path param
This commit is contained in:
marocchino 2022-10-27 19:39:12 +09:00 committed by GitHub
commit 97e16fd489
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 2731 additions and 68 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": {