mirror of
https://github.com/array-in-a-matrix/public-apis.git
synced 2025-04-02 11:11:50 -04:00
fix: Add username and email on action
This commit is contained in:
parent
745a209957
commit
007650011b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/update-db.yml
vendored
3
.github/workflows/update-db.yml
vendored
|
@ -15,6 +15,9 @@ jobs:
|
|||
- uses: actions/setup-node@v3
|
||||
- run: npm install
|
||||
- run: npm run update-db
|
||||
- run: |
|
||||
git config user.name "GitHub Actions Bot"
|
||||
git config user.email "<>"
|
||||
- run: git add .
|
||||
- run: git commit -m "Auto updating db" || echo "Nothing to commit"
|
||||
- run: git push origin HEAD:main
|
||||
|
|
Loading…
Add table
Reference in a new issue