From 87afb2cc64344dba11c06c4c73ab245547a383a6 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 25 Jun 2023 04:28:29 -0400 Subject: [PATCH] fix: dont symlink ci file --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 1d1670c..dd320ed 100644 --- a/src/index.ts +++ b/src/index.ts @@ -21,6 +21,7 @@ export default async function (): Promise { template: { ".github/workflows/ci.yml": resolve(TEMPLATES, "ci.yml"), }, + noSymlinks: [".github/workflows/ci.yml"], variable: DEFAULT_VARIABLE, supplementaryConfig: { prettier: {