test
All checks were successful
Build and Deploy Java Gradle Application / build-and-deploy (push) Successful in 1m49s

This commit is contained in:
Florian THIERRY
2025-07-23 22:54:48 +02:00
parent 5067c1f09b
commit e7f9df658a
3 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ jobs:
mkdir -p ~/.ssh
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
git clone ssh://gitea@gitea.takiguchi.ovh:12960/Codiki/codiki-properties.git --config core.sshCommand='ssh -o StrictHostKeyChecking=no'
git clone -b hexagonal-reforged ssh://gitea@gitea.takiguchi.ovh:12960/Codiki/codiki-properties.git --config core.sshCommand='ssh -o StrictHostKeyChecking=no'
- name: 📄 Edit configuration
run: |