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