This commit is contained in:
ByeonJungHun
2024-01-04 15:59:54 +09:00
parent 4a3b1317f0
commit 96ab7adf89

View File

@@ -34,10 +34,10 @@
shell: |
pwd
ls -al
git init
git config --global user.email "sa_8001@ex-em.com"
git config --global user.name "ByeonJungHun"
git config --global init.defaultBranch main
git init
git remote add origin https://{{ git_user }}:{{ git_key }}@github.com/CloudMOA/security_check.git
git add .
git commit -m "README.md Update"