Add a protected_files input that accepts a minimatch glob

This commit is contained in:
Bret Comnes
2021-01-17 13:55:02 -07:00
parent 15d3299d41
commit cadbbff700
9 changed files with 1290 additions and 46 deletions

View File

@@ -8,7 +8,8 @@
},
"dependencies": {
"@actions/core": "1.2.6",
"async-neocities": "2.0.2",
"async-neocities": "2.1.1",
"minimatch": "^3.0.4",
"ms": "2.1.3",
"webassert": "3.0.2"
},