Skip to content

Commit ec1d401

Browse files
committed
bit more neat
1 parent c327161 commit ec1d401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile_dotfiles.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Move Output and Commit
3333
run: |
3434
rm -rf bin
35-
git config user.name github-actions
36-
git config user.email github-[email protected]
35+
git config user.name Compiler
36+
git config user.email [email protected]
3737
git add .
3838
git commit -m "compiled dotfiles"
3939
git push

0 commit comments

Comments
 (0)