try remove .git folder after checkout

This commit is contained in:
Schallbert 2024-12-24 11:56:00 +01:00
parent 2bebc22c65
commit 492797e5e8

View File

@ -25,11 +25,9 @@ jobs:
uses: actions/checkout@v4
with:
path: ./tmp
sparse-checkout: |
/*
!.git
!.gitea
sparse-checkout-cone-mode: false
- name: --- REMOVE TEMPORARY FILES ---
run: |
rm -r .git
- name: --- NOTIFY ---
run: |
curl \