Skip to content

Commit 935c05c

Browse files
author
Orta Therox
authored
Fix the related repos CI (#47386)
1 parent 4d6dd11 commit 935c05c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ensure-related-repos-run-crons.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Related Repo Commit Bumps
88
on:
99
schedule:
1010
# Monthly, https://crontab.guru/#0_0_*_1-12_*
11-
- cron: '0 0 * 1-12 *'
11+
- cron: '0 0 1 * *'
1212
workflow_dispatch: {}
1313

1414
jobs:
@@ -18,8 +18,8 @@ jobs:
1818
steps:
1919
- name: Configure git and update package-lock.json
2020
run: |
21-
git config user.email "[email protected]"
22-
git config user.name "TypeScript Bot"
21+
git config --global user.email "[email protected]"
22+
git config --global user.name "TypeScript Bot"
2323
2424
- uses: actions/checkout@v2
2525
with:

0 commit comments

Comments
 (0)