Skip to content

Commit

Permalink
b ot user
Browse files Browse the repository at this point in the history
  • Loading branch information
tutinoko2048 committed Oct 3, 2023
1 parent cc6337e commit 2a02342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
node src/generate_schema.js
- name: Commit
run: |
git config --global user.email ${{ secrets.USER_EMAIL }}
git config --global user.name ${{ secrets.USER_NAME }}
git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com
git config --global user.name github-actions[bot]
git add src/schema.json
git commit -m "[generate] schema.json"
git push

0 comments on commit 2a02342

Please sign in to comment.