Maybe this one ?

This commit is contained in:
2025-04-14 23:03:07 +02:00
parent 9ce68f3e05
commit 78036cafbd

View File

@ -58,11 +58,12 @@ jobs:
- name: upload it on my repo
run: |
git config --global user.name "Gitea Actions"
git config --global user.email "me@uzurka.fr"
git clone git@git.ssh.uzurka.fr:Uzurka/lancache-adguardhome-config.git
cd lancache-adguardhome-config
cp /tmp/lancache.conf ./
git add lancache.conf
git config --global user.name "Gitea Actions"
git commit -m "Update AGH Conf on $(date +'%Y-%m-%d')"
git push