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 091aec8 commit 785b11aCopy full SHA for 785b11a
1 file changed
.github/workflows/keepalive.yml
@@ -15,8 +15,8 @@ jobs:
15
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
16
- run: |
17
if [[ $(git log --format="%H" --since "50 days" | head -c1 | wc -c) == 0 ]]; then
18
- git config user.email "typescriptbot@microsoft.com"
19
- git config user.name "TypeScript Bot"
+ git config user.email "290192711+typescript-automation[bot]@users.noreply.github.com"
+ git config user.name "typescript-automation[bot]"
20
git commit --allow-empty -m "Automated commit to keep GitHub Actions active"
21
git push
22
fi
0 commit comments