From a96a4fb66b25743d75ebe0d40d8f30f1e2d0402a Mon Sep 17 00:00:00 2001 From: Didier Date: Sat, 29 Apr 2023 21:23:27 +0200 Subject: [PATCH] installs ssh client --- .github/workflows/update-server.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-server.yml b/.github/workflows/update-server.yml index a1aa3cf..3954789 100644 --- a/.github/workflows/update-server.yml +++ b/.github/workflows/update-server.yml @@ -5,6 +5,7 @@ jobs: update: runs-on: ubuntu-latest steps: + - run: apt update -y && apt install -y openssh-client - run: mkdir ~/.ssh - name: create ssh profile run: echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa