add support for multiple paths in path input variable

This allows users to provide multiple filepaths to include in their action, whether they're files or folders.
This commit is contained in:
Conor Sloan
2023-11-22 16:02:01 +00:00
parent 56b7ee3ceb
commit c2bb735a45
8 changed files with 3644 additions and 1571 deletions
+2
View File
@@ -69,9 +69,11 @@
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@types/fs-extra": "^11.0.4",
"archiver": "^6.0.1",
"axios": "^1.6.2",
"axios-debug-log": "^1.0.0",
"fs-extra": "^11.1.1",
"tar": "^6.2.0"
},
"devDependencies": {