Skip to content

Commit 7494f13

Browse files
committed
⚙️: Add Bot permission
1 parent d9d91cf commit 7494f13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/clean-node-modules.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
2020
- name: Commit changes
2121
run: |
22-
git config --global user.name 'github-actions[bot]'
23-
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
22+
git config --global user.name 'pphatdev'
23+
git config --global user.email 'leatsophat02@gmail.com'
2424
git add -A
2525
git commit -m '🫡: Cleaned node_modules and package-lock.json'
2626

0 commit comments

Comments
 (0)