add .gitea folder to remove routine

This commit is contained in:
Schallbert 2024-12-24 16:25:54 +01:00
parent d9959e9a4d
commit f52a890a7b

View File

@ -27,7 +27,7 @@ jobs:
path: ./tmp path: ./tmp
- name: --- REMOVE TEMPORARY FILES --- - name: --- REMOVE TEMPORARY FILES ---
run: | run: |
rm -r ./tmp/.git rm -rfv ./tmp/.git ./tmp/.gitea
- name: --- NOTIFY --- - name: --- NOTIFY ---
run: | run: |
curl \ curl \