Fix autoupdate workflow

This commit is contained in:
2025-12-01 14:24:59 +00:00
parent 76e364ca3e
commit 5e24b13595
+3
View File
@@ -40,6 +40,9 @@ jobs:
- name: Run tests
run: CI_RUN=${CI} go test -v ./...
- name: Configure git safe directory
run: git config --global --add safe.directory /__w/lolcathost/lolcathost
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with: