Fix network
Remote Deploy to Windows / deploy (push) Failing after 1s Details

This commit is contained in:
Windneiro 2026-03-31 15:21:24 +05:00
parent a1add7cbb1
commit 69cc0fda31
1 changed files with 4 additions and 2 deletions

View File

@ -19,8 +19,10 @@ jobs:
echo "ACTIONS_CACHE_DIR=/tmp/cache" >> $GITHUB_ENV echo "ACTIONS_CACHE_DIR=/tmp/cache" >> $GITHUB_ENV
mkdir -p /tmp/cache mkdir -p /tmp/cache
- name: Checkout code - name: Manual Checkout
uses: actions/checkout@v3 run: |
git clone http://192.168.14.190:3000/helmut/FreeFileSync.git .
git checkout ${{ github.sha }}
- name: Set up SSH Key - name: Set up SSH Key
run: | run: |