fix: remplace actions/checkout par git clone natif (pas de node.js)
Some checks failed
Deploy Bot on NAS / deploy (push) Failing after 1s

This commit is contained in:
Elewyn 2026-04-30 15:54:16 +02:00
parent 6fc1f39b86
commit 8932696709

View file

@ -9,7 +9,9 @@ jobs:
runs-on: self-hosted runs-on: self-hosted
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 run: |
git clone --depth 1 --branch ${{ github.ref_name }} \
${{ github.server_url }}/${{ github.repository }}.git .
- name: Set deployment path - name: Set deployment path
run: | run: |