We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642c298 commit 1f7f985Copy full SHA for 1f7f985
main.ts
@@ -14,7 +14,7 @@ const latest = core.getBooleanInput("latest");
14
process.chdir(path);
15
$.cwd = process.cwd();
16
17
-const fileList = await glob(files.concat("[Rr][Ee][Aa][Dd][Mm][Ee].(md|mdown|markdown)", "[Ll][Ii][CcSs][Ee][Nn][CcSs][Ee]*", "devcontainer-feature.json"), { ignore: [".git/**"], dot: true });
+const fileList = await glob(files.concat("[Rr][Ee][Aa][Dd][Mm][Ee].{md,mdown,markdown}", "[Ll][Ii][CcSs][Ee][Nn][CcSs][Ee]*", "devcontainer-feature.json"), { ignore: [".git/**"], dot: true });
18
19
const archivePath = temporaryFile();
20
await $`tar -cvf ${archivePath} ${fileList}`;
0 commit comments