Skip to content

Commit

Permalink
change comiter info
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Mar 5, 2024
1 parent a8dc673 commit c36dd84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
- name: Rebuild dist and push
run: |
git add --verbose .
git config user.name 'Artur Stolear'
git config user.email 'artur.stolear@gmail.com'
git config user.name 'Artur'
git config user.email 'arturcic@gmail.com'
git commit -m 'dist update' --allow-empty
git push --force
if: steps.status.outputs.has_changes == '1'

0 comments on commit c36dd84

Please sign in to comment.