Skip to content

Commit 522193e

Browse files
feat: Add Auto.yml workflow to GitHub variable set
Signed-off-by: Nikola Hristov <Nikola@PlayForm.Cloud>
1 parent 6c69e8f commit 522193e

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

Source/Variable/GitHub.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ import type Type from "../Type/File.js";
55
*
66
*/
77
export default new Set([
8+
{
9+
Path: "/workflows/",
10+
Name: "Auto.yml",
11+
File: async () =>
12+
new Set([
13+
(
14+
await (
15+
await import("node:fs/promises")
16+
).readFile(
17+
(await import("node:path")).resolve(
18+
`${(await import("node:path")).dirname(
19+
(await import("node:url")).fileURLToPath(
20+
import.meta.url,
21+
),
22+
)}/../../Workflow/Auto.yml`,
23+
),
24+
"utf-8",
25+
)
26+
).toString(),
27+
]),
28+
},
829
{
930
Path: "/workflows/",
1031
Name: "GitHub.yml",

Target/Variable/GitHub.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)