diff --git a/.github/workflows/template_initialization.yaml b/.github/workflows/template_initialization.yaml index 3874c90..6592bed 100644 --- a/.github/workflows/template_initialization.yaml +++ b/.github/workflows/template_initialization.yaml @@ -60,6 +60,7 @@ jobs: git config --local user.email "ts_ci@github.com" git config --local user.name "ts_ci" git commit -am "Replacing the template's placeholders" + git config --global --add safe.directory /github/workspace - name: Push changes uses: ad-m/github-push-action@v0.5.0 with: