2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

mirror.yml

fix syntax
This commit is contained in:
sidey79 2022-09-05 22:10:54 +02:00
parent 28158b6301
commit 7223af183f

View File

@ -61,7 +61,7 @@ jobs:
run: | run: |
df -h ./src/fhem-mirror df -h ./src/fhem-mirror
- name: clean cache - name: clean cache
env: env:
Clean_Cache: ${{ secrets.CLEANCACHE }} Clean_Cache: ${{ secrets.CLEANCACHE }}
if: "${{ env.Clean_Cache == 'true' }}" if: "${{ env.Clean_Cache == 'true' }}"