From a20657dbd8be3629cfd24c7159c5ef4ae28d7621 Mon Sep 17 00:00:00 2001 From: Mikel Larreategi Date: Mon, 11 Nov 2024 08:08:17 +0100 Subject: [PATCH] change action name --- project/hooks/post_gen_project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/hooks/post_gen_project.py b/project/hooks/post_gen_project.py index f70c0dc..ee56b24 100644 --- a/project/hooks/post_gen_project.py +++ b/project/hooks/post_gen_project.py @@ -127,7 +127,7 @@ def main(): ], [ handle_remove_devops_gitlab, - "Remove GHA deployment files", + "Remove GitLab CI/CD deployment files", not int( context.get("devops_gitlab_deploy") ), # {{ cookiecutter.devops_gha_deploy }}