@@ -27,8 +27,8 @@ jobs:
node-version: 18
- run: |
- git config user.name github-actions
- git config user.email [email protected]
+ git config user.name "github-actions[bot]"
+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Install Dependencies
run: |