generated from helmut/template
Fix network
Remote Deploy to Windows / deploy (push) Failing after 1s
Details
Remote Deploy to Windows / deploy (push) Failing after 1s
Details
This commit is contained in:
parent
a1add7cbb1
commit
69cc0fda31
|
|
@ -19,8 +19,10 @@ jobs:
|
|||
echo "ACTIONS_CACHE_DIR=/tmp/cache" >> $GITHUB_ENV
|
||||
mkdir -p /tmp/cache
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Manual Checkout
|
||||
run: |
|
||||
git clone http://192.168.14.190:3000/helmut/FreeFileSync.git .
|
||||
git checkout ${{ github.sha }}
|
||||
|
||||
- name: Set up SSH Key
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue