From efda25109edb36a9d5c3f66d9b3c0ea79318e6f9 Mon Sep 17 00:00:00 2001 From: msclock Date: Tue, 14 May 2024 13:27:59 +0800 Subject: [PATCH] fix: use_codeql does not work (#251) Signed-off-by: msclock --- copier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copier.yml b/copier.yml index 083e548d..39f7ccd1 100644 --- a/copier.yml +++ b/copier.yml @@ -193,4 +193,4 @@ use_codeql: default: true help: 'Whether to add codeql integration:' type: bool - when: '{{ repo_platform == "github.com" }}' + when: '{{ repo_platform == "github" }}'