We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1662b06 commit 530541fCopy full SHA for 530541f
.github/workflows/section-repos.yml
@@ -12,4 +12,6 @@ jobs:
12
- uses: actions/setup-node@v4
13
with:
14
node-version: 20.x
15
+ - run: git config --global user.email "total-typescript@bot.com"
16
+ - run: git config --global user.name "Total TypeScript Bot"
17
- run: npx @total-typescript/exercise-cli@latest create-section-repos
0 commit comments