Skip to content

Commit 30d298f

Browse files
committed
Add user identity for commiting to dotty
1 parent 99d6609 commit 30d298f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/language-reference.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
cd dotty
7979
git fetch origin main:main
8080
git checkout main
81+
git config user.name gh-actions
82+
git config user.email actions@github.com
8183
git merge language-reference-stable
8284
cd ..
8385

0 commit comments

Comments
 (0)