This commit is contained in:
ByeonJungHun
2024-01-04 17:01:46 +09:00
parent 106ecd7c42
commit 01a6b262a7

View File

@@ -39,6 +39,8 @@
git clone https://{{ git_user }}:{{ git_key }}@github.com/CloudMOA/security_check.git /runner/security_check
cp ./README.md /runner/security_check/README.md
cd /runner/security_check
pwd
ls -al
git add .
git commit -m "검사 결과 업데이트"
git push