diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc3b310..18400f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -249,7 +249,7 @@ jobs: - name: Add the personal SSH key for debugging run: >- - ssh -t -t $EASYVPN_USERNAME@$SERVER_IPV4 "curl https://github.com/notthebee.keys >> $HOME/.ssh/authorized_keys" + ssh -t -t $EASYVPN_USERNAME@$SERVER_IPV4 "curl https://github.com/notthebee.keys >> /home/$EASYVPN_USERNAME/.ssh/authorized_keys" - name: Archive the private SSH key (Matrix 1) if: ${{ matrix.index == '1' }}