Skip to content

Commit

Permalink
fix: use_codeql does not work (#251)
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <msclock@qq.com>
  • Loading branch information
msclock committed May 14, 2024
1 parent 0a309fc commit efda251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }}'

0 comments on commit efda251

Please sign in to comment.