Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 753abc3

Browse files
authored
Add global user/email git config (#58)
1 parent fb113f8 commit 753abc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@ jobs:
104104
- name: Studentify Repo
105105
run: |
106106
mkdir -p studentified
107+
git config --global user.email "[email protected]"
108+
git config --global user.name "Lunatech Labs"
107109
(cd CMT/ && exec sbt "studentify -dot -g ../lunatech-scala-2-to-scala3-course ../studentified")
108110
(cd studentified && exec zip -r lunatech-scala-2-to-scala3-course-student.zip lunatech-scala-2-to-scala3-course)
109111
110112
- name: Linearize Repo
111113
run: |
112114
mkdir -p linearized
113-
git config --global user.email "[email protected]"
114-
git config --global user.name "Lunatech Labs"
115115
(cd CMT/ && exec sbt "linearize -dot ../lunatech-scala-2-to-scala3-course ../linearized")
116116
mv linearized/lunatech-scala-2-to-scala3-course linearized/lunatech-scala-2-to-scala3-course-linearized
117117
(cd linearized && exec zip -r lunatech-scala-2-to-scala3-course-linearized.zip lunatech-scala-2-to-scala3-course-linearized)

0 commit comments

Comments
 (0)