Update download-and-test-external.yml

This commit is contained in:
Igor
2025-04-21 19:20:13 +02:00
committed by GitHub
parent d78e36fc4b
commit 303ae59522

View File

@@ -84,7 +84,7 @@ jobs:
- name: Remove temporally repositories
run: |
ssh -p ${{ secrets.HOST_UPLOAD_PORT }} ${{ inputs.HOST_USER }}@${{ inputs.HOST_DEPLOY }} "ls -l rm -rf /storage/artifacts/*"
ssh -o StrictHostKeychecking=no -p ${{ secrets.HOST_UPLOAD_PORT }} ${{ inputs.HOST_USER }}@${{ inputs.HOST_DEPLOY }} "ls -l rm -rf /storage/artifacts/*"
- name: Checkout
uses: actions/checkout@v4