CI : Use simple git clone instead of checkout action
Some checks failed
Deploy / Deploy to Production (push) Failing after 9s

This commit is contained in:
isUnknown 2025-12-10 15:30:50 +01:00
parent b0fbfaefcd
commit 0f0cf82ca9

View file

@ -11,7 +11,9 @@ jobs:
runs-on: docker
steps:
- name: Checkout code
uses: actions/checkout@v4
run: |
git clone --depth 1 --branch main http://forgejo:3000/${{ github.repository }}.git .
ls -la
- name: Deploy via FTP
env: