Update mirror.yml

disable rm step
This commit is contained in:
sidey79 2021-12-18 21:41:26 +01:00 committed by GitHub
parent b3caf313f5
commit 43c3f82090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -46,9 +46,9 @@ jobs:
restore-keys: |
${{ runner.os }}-fhemsvndir-
- name: remove gitconfig
run: |
rm ./src/fhem-mirror/.git/config
#- name: remove gitconfig
# run: |
# rm ./src/fhem-mirror/.git/config
- name: checkout main branch
uses: actions/checkout@v2.4.0