Skip to content

Commit

Permalink
Fix the related repos CI (#47386)
Browse files Browse the repository at this point in the history
  • Loading branch information
Orta Therox committed Jan 11, 2022
1 parent 4d6dd11 commit 935c05c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ensure-related-repos-run-crons.yml
Expand Up @@ -8,7 +8,7 @@ name: Related Repo Commit Bumps
on:
schedule:
# Monthly, https://crontab.guru/#0_0_*_1-12_*
- cron: '0 0 * 1-12 *'
- cron: '0 0 1 * *'
workflow_dispatch: {}

jobs:
Expand All @@ -18,8 +18,8 @@ jobs:
steps:
- name: Configure git and update package-lock.json
run: |
git config user.email "typescriptbot@microsoft.com"
git config user.name "TypeScript Bot"
git config --global user.email "typescriptbot@microsoft.com"
git config --global user.name "TypeScript Bot"
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 935c05c

Please sign in to comment.