Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci-libnpmsearch.yml')
-rw-r--r--.github/workflows/ci-libnpmsearch.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci-libnpmsearch.yml b/.github/workflows/ci-libnpmsearch.yml
index 6bcbc772e..5d6ac4e79 100644
--- a/.github/workflows/ci-libnpmsearch.yml
+++ b/.github/workflows/ci-libnpmsearch.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+robot@npmjs.com"
- git config --global user.name "npm team"
+ git config --global user.email "npm-cli+bot@github.com"
+ git config --global user.name "npm CLI robot"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+robot@npmjs.com"
- git config --global user.name "npm team"
+ git config --global user.email "npm-cli+bot@github.com"
+ git config --global user.name "npm CLI robot"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}