From 530541f6f65897f532e66df65e7afa96e08d2b88 Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Fri, 5 Jul 2024 10:22:56 +0100 Subject: [PATCH] Fixed GH action --- .github/workflows/section-repos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/section-repos.yml b/.github/workflows/section-repos.yml index 2dd020d..c80d772 100644 --- a/.github/workflows/section-repos.yml +++ b/.github/workflows/section-repos.yml @@ -12,4 +12,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20.x + - run: git config --global user.email "total-typescript@bot.com" + - run: git config --global user.name "Total TypeScript Bot" - run: npx @total-typescript/exercise-cli@latest create-section-repos