Skip to content

Commit

Permalink
bit more neat
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Feb 26, 2024
1 parent c327161 commit ec1d401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile_dotfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-[email protected]
git config user.name Compiler
git config user.email [email protected]
git add .
git commit -m "compiled dotfiles"
git push

0 comments on commit ec1d401

Please sign in to comment.