Skip to content

Commit f37f68f

Browse files
author
Reinhold Willcox
committed
added user.email and user.name lines with blank email
1 parent ba33e44 commit f37f68f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/latex-compile-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,7 @@ jobs:
6666
mv docs/COMPAS_LaTeX/main.pdf $PDF_FILE
6767
git rm -rf .
6868
git add -f $PDF_FILE
69-
git commit -m "documentation update" --author "Team COMPAS <>"
69+
git config user.name "Team COMPAS"
70+
git config user.email "<>"
71+
git commit -m "Documentation update"
7072
git push -f --set-upstream origin Documentation

0 commit comments

Comments
 (0)