[HUGO] Automated PR for workflow-test-run_2025-07-21T13-30-22 - #24 #24

Merged
gitea-sonarqube-bot merged 1 commits from workflow-test-run_2025-07-21T13-30-22 into main 2025-07-22 17:14:53 -04:00
+2 -1
View File
@@ -157,7 +157,8 @@ jobs:
id: setup-rsync id: setup-rsync
uses: GuillaumeFalourd/setup-rsync@v1.2 uses: GuillaumeFalourd/setup-rsync@v1.2
with: with:
ssh-key: ${{ secrets.VPS_DEPLOY_KEY }} ssh-key: |
${{ secrets.VPS_DEPLOY_KEY }}
- name: Verifying key path - name: Verifying key path
run: echo "SSK KEY PATH ${{ steps.setup-rsync.outputs.ssh_key_path }}" run: echo "SSK KEY PATH ${{ steps.setup-rsync.outputs.ssh_key_path }}"
- name: Testing rsync - name: Testing rsync