This commit is contained in:
ByeonJungHun
2024-01-04 16:01:03 +09:00
parent 96ab7adf89
commit 17781c64bb

View File

@@ -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