diff --git a/.gitea/workflows/hugo_site_deployment.yml b/.gitea/workflows/hugo_site_deployment.yml index e8b5b75..0534760 100644 --- a/.gitea/workflows/hugo_site_deployment.yml +++ b/.gitea/workflows/hugo_site_deployment.yml @@ -157,7 +157,8 @@ jobs: id: setup-rsync uses: GuillaumeFalourd/setup-rsync@v1.2 with: - ssh-key: ${{ secrets.VPS_DEPLOY_KEY }} + ssh-key: | + ${{ secrets.VPS_DEPLOY_KEY }} - name: Verifying key path run: echo "SSK KEY PATH ${{ steps.setup-rsync.outputs.ssh_key_path }}" - name: Testing rsync