We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d91cf commit 7494f13Copy full SHA for 7494f13
1 file changed
.github/workflows/clean-node-modules.yaml
@@ -19,8 +19,8 @@ jobs:
19
20
- name: Commit changes
21
run: |
22
- git config --global user.name 'github-actions[bot]'
23
- git config --global user.email 'github-actions[bot]@users.noreply.github.com'
+ git config --global user.name 'pphatdev'
+ git config --global user.email 'leatsophat02@gmail.com'
24
git add -A
25
git commit -m '🫡: Cleaned node_modules and package-lock.json'
26
0 commit comments