Workflow gitea poprawka checkoutu

This commit is contained in:
dm
2025-11-24 09:58:21 +01:00
parent 50b01cf3f9
commit c7729fb896

View File

@@ -7,7 +7,11 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout full repository
uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
- name: Create .env file from secret
run: |