We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3961b commit 791d2a4Copy full SHA for 791d2a4
.github/workflows/update-libraries.yaml
@@ -27,7 +27,7 @@ jobs:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
- name: Commit and push changes
29
run: |
30
- git config --global user.name 'javier-okta'
+ git config --global user.name 'javiert-okta'
31
git config --global user.email '[email protected]'
32
git add .
33
git commit -m "chore: update stars count [skip ci]" || echo "No changes to commit"
0 commit comments