Skip to content

Commit

Permalink
add username
Browse files Browse the repository at this point in the history
  • Loading branch information
t-lohse committed Jul 9, 2024
1 parent c61175d commit afa5872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Commit report
run: |
git config --global user.name 'Thomas Lohse'
git config --global user.email 'your-username@users.noreply.github.com'
git config --global user.email 't-lohse@users.noreply.github.com'
git commit add .build
git commit -m ".build"
git push
Expand Down

0 comments on commit afa5872

Please sign in to comment.