Added header to lancache.con
All checks were successful
/ deploy (push) Successful in 15s

This commit is contained in:
2025-04-15 08:59:20 +02:00
parent 152d195265
commit 51256be6ef

View File

@ -48,6 +48,7 @@ jobs:
cd scripts cd scripts
bash create-adguardhome.sh bash create-adguardhome.sh
cp output/adguardhome/lancache.conf /tmp/lancache.conf cp output/adguardhome/lancache.conf /tmp/lancache.conf
sed -i "1i# $(date +%d-%m-%Y) - Generated with Gitea Actions" /tmp/lancache.conf
- name: upload it on my repo - name: upload it on my repo
run: | run: |