diff --git a/.github/workflows/autoupdate.yaml b/.github/workflows/autoupdate.yaml index 0937faa..e0c1636 100644 --- a/.github/workflows/autoupdate.yaml +++ b/.github/workflows/autoupdate.yaml @@ -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: