diff --git a/.gitea/workflows/gen.yaml b/.gitea/workflows/gen.yaml index ef25a7c..0cc3099 100644 --- a/.gitea/workflows/gen.yaml +++ b/.gitea/workflows/gen.yaml @@ -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