fix: remplace actions/checkout par git clone natif (pas de node.js)
Some checks failed
Deploy Bot on NAS / deploy (push) Failing after 1s
Some checks failed
Deploy Bot on NAS / deploy (push) Failing after 1s
This commit is contained in:
parent
6fc1f39b86
commit
8932696709
1 changed files with 3 additions and 1 deletions
|
|
@ -9,7 +9,9 @@ jobs:
|
|||
runs-on: self-hosted
|
||||
steps:
|
||||
- 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
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue