We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6dd11 commit 935c05cCopy full SHA for 935c05c
.github/workflows/ensure-related-repos-run-crons.yml
@@ -8,7 +8,7 @@ name: Related Repo Commit Bumps
8
on:
9
schedule:
10
# Monthly, https://crontab.guru/#0_0_*_1-12_*
11
- - cron: '0 0 * 1-12 *'
+ - cron: '0 0 1 * *'
12
workflow_dispatch: {}
13
14
jobs:
@@ -18,8 +18,8 @@ jobs:
18
steps:
19
- name: Configure git and update package-lock.json
20
run: |
21
- git config user.email "typescriptbot@microsoft.com"
22
- git config user.name "TypeScript Bot"
+ git config --global user.email "typescriptbot@microsoft.com"
+ git config --global user.name "TypeScript Bot"
23
24
- uses: actions/checkout@v2
25
with:
0 commit comments