From 17781c64bb21dbf1b61f80c734068645b02f505b Mon Sep 17 00:00:00 2001 From: ByeonJungHun Date: Thu, 4 Jan 2024 16:01:03 +0900 Subject: [PATCH] update --- roles/security_check/tasks/create_readme.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/security_check/tasks/create_readme.yml b/roles/security_check/tasks/create_readme.yml index d4cb0d5..7f879d6 100644 --- a/roles/security_check/tasks/create_readme.yml +++ b/roles/security_check/tasks/create_readme.yml @@ -39,6 +39,7 @@ git config --global init.defaultBranch main git init git remote add origin https://{{ git_user }}:{{ git_key }}@github.com/CloudMOA/security_check.git + git pull git add . git commit -m "README.md Update" git push origin main