Skip to content

Commit 562aebd

Browse files
authored
Update node.js.yml
1 parent b9e27b5 commit 562aebd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
pull_request:
1010
branches: [ "master-vue" ]
1111

12-
permissions: write-all
13-
1412
jobs:
1513
build:
1614

@@ -29,5 +27,5 @@ jobs:
2927
node-version: ${{ matrix.node-version }}
3028
cache: 'npm'
3129
- run: yarn install
32-
- run: git config --global user.name "Kavish" && git config --global user.email kavishrmunjal@gmail.com
30+
- run: git config --global user.name "kabbagepatch" && git config --global user.email kavishrmunjal@gmail.com
3331
- run: ./deploy.sh

0 commit comments

Comments
 (0)