We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e27b5 commit 562aebdCopy full SHA for 562aebd
.github/workflows/node.js.yml
@@ -9,8 +9,6 @@ on:
9
pull_request:
10
branches: [ "master-vue" ]
11
12
-permissions: write-all
13
-
14
jobs:
15
build:
16
@@ -29,5 +27,5 @@ jobs:
29
27
node-version: ${{ matrix.node-version }}
30
28
cache: 'npm'
31
- run: yarn install
32
- - run: git config --global user.name "Kavish" && git config --global user.email kavishrmunjal@gmail.com
+ - run: git config --global user.name "kabbagepatch" && git config --global user.email kavishrmunjal@gmail.com
33
- run: ./deploy.sh
0 commit comments