diff --git a/.github/workflows/compile_dotfiles.yml b/.github/workflows/compile_dotfiles.yml index dcfb3b5..7c162d2 100644 --- a/.github/workflows/compile_dotfiles.yml +++ b/.github/workflows/compile_dotfiles.yml @@ -32,8 +32,8 @@ jobs: - name: Move Output and Commit run: | rm -rf bin - git config user.name github-actions - git config user.email github-actions@github.com + git config user.name Compiler + git config user.email actions@github.com git add . git commit -m "compiled dotfiles" git push