Skip to content

Commit 791d2a4

Browse files
committed
fix user name
1 parent df3961b commit 791d2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-libraries.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Commit and push changes
2929
run: |
30-
git config --global user.name 'javier-okta'
30+
git config --global user.name 'javiert-okta'
3131
git config --global user.email '[email protected]'
3232
git add .
3333
git commit -m "chore: update stars count [skip ci]" || echo "No changes to commit"

0 commit comments

Comments
 (0)