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 99d6609 commit 30d298fCopy full SHA for 30d298f
.github/workflows/language-reference.yaml
@@ -78,6 +78,8 @@ jobs:
78
cd dotty
79
git fetch origin main:main
80
git checkout main
81
+ git config user.name gh-actions
82
+ git config user.email actions@github.com
83
git merge language-reference-stable
84
cd ..
85
0 commit comments