chore(ci): use official checkout action
Quant Engine CI/CD Pipeline / validate-core (pull_request) Has been cancelled
Quant Engine CI/CD Pipeline / validate-ui-and-storage (pull_request) Has been cancelled
WBS-9.3 - NULL Policy CI Gate / NULL Policy Validation (pull_request) Has been cancelled

This commit is contained in:
2026-06-25 16:05:17 +09:00
parent 67966a05e5
commit a980a9f3cb
+1 -10
View File
@@ -16,16 +16,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Checkout Code
run: |
echo "[deploy] checkout main for snapshot admin runtime"
if [ -d .git ]; then
git remote set-url origin http://x-access-token:${{ secrets.GITHUB_TOKEN }}@178.104.200.7/kjh2064/QuantEngineByItz.git
else
git init
git remote add origin http://x-access-token:${{ secrets.GITHUB_TOKEN }}@178.104.200.7/kjh2064/QuantEngineByItz.git
fi
git fetch origin main --depth=1
git reset --hard FETCH_HEAD
uses: actions/checkout@v3
- name: Setup .NET SDK
uses: actions/setup-dotnet@v3