ci: update

This commit is contained in:
TakahashiNg
2026-03-25 04:31:52 +00:00
parent 0eaf52b727
commit 3af40b3725
-3
View File
@@ -23,10 +23,7 @@ jobs:
mkdir -p ~/.ssh
chmod 700 ~/.ssh
echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_ed25519
cat ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
ssh-keyscan -t ed25519 git.demonkernel.io.vn >> ~/.ssh/known_hosts
ssh -i ~/.ssh/id_ed25519 -o BatchMode=yes -o StrictHostKeyChecking=no git@git.demonkernel.io.vn "say_hello" || true
- name: Set up JDK
uses: actions/setup-java@v5