From 720a50ae301b376d99e57f4841d1cf00f854130a Mon Sep 17 00:00:00 2001 From: Kerboul Date: Thu, 24 Oct 2024 14:42:42 +0200 Subject: [PATCH] Test Actions 2 --- .gitea/workflows/test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 7984cad..d0dfdad 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -20,4 +20,10 @@ jobs: username: ${{ secrets.SSH_USER }} password: ${{ secrets.SSH_PASSWORD }} script: | - echo "CONNEXION REUSSIE" \ No newline at end of file + echo "CONNEXION REUSSIE" + ssh mikoshi + echo "suis dans Mikoshi" + ls -la + echo "fini" + exit + echo "de retour dans le serveur" \ No newline at end of file