Skip to content

Commit

Permalink
change action name
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Nov 11, 2024
1 parent 7900580 commit a212489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/hooks/post_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a212489

Please sign in to comment.