fixed workflow now, probably
All checks were successful
Update Child Repos / update (push) Successful in 5s

This commit is contained in:
2025-12-31 23:21:22 +01:00
parent e3b509b53e
commit f24e2363a4

View File

@@ -18,6 +18,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
git config --global user.name "${GIT_NAME}"
git config --global user.email "${GIT_EMAIL}"