Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit 6eeb7df

Browse files
committed
chore: postinstall for dependabot template-oss PR
1 parent c0e798d commit 6eeb7df

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- name: Setup git user
1717
run: |
18-
git config --global user.email "npm team"
19-
git config --global user.name "[email protected]"
18+
git config --global user.email "[email protected]"
19+
git config --global user.name "npm team"
2020
- uses: actions/setup-node@v3
2121
with:
2222
node-version: 16.x

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- uses: actions/checkout@v3
2323
- name: Setup git user
2424
run: |
25-
git config --global user.email "npm team"
26-
git config --global user.name "[email protected]"
25+
git config --global user.email "[email protected]"
26+
git config --global user.name "npm team"
2727
- uses: actions/setup-node@v3
2828
with:
2929
node-version: 16.x
@@ -59,8 +59,8 @@ jobs:
5959
- uses: actions/checkout@v3
6060
- name: Setup git user
6161
run: |
62-
git config --global user.email "npm team"
63-
git config --global user.name "[email protected]"
62+
git config --global user.email "[email protected]"
63+
git config --global user.name "npm team"
6464
- uses: actions/setup-node@v3
6565
with:
6666
node-version: ${{ matrix.node-version }}

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- uses: actions/checkout@v3
3535
- name: Setup git user
3636
run: |
37-
git config --global user.email "npm team"
38-
git config --global user.name "[email protected]"
37+
git config --global user.email "[email protected]"
38+
git config --global user.name "npm team"
3939
- name: Initialize CodeQL
4040
uses: github/codeql-action/init@v1
4141
with:

.github/workflows/post-dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- name: Setup git user
1818
run: |
19-
git config --global user.email "npm team"
20-
git config --global user.name "[email protected]"
19+
git config --global user.email "[email protected]"
20+
git config --global user.name "npm team"
2121
- uses: actions/setup-node@v3
2222
with:
2323
node-version: 16.x

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
fetch-depth: 0
2121
- name: Setup git user
2222
run: |
23-
git config --global user.email "npm team"
24-
git config --global user.name "[email protected]"
23+
git config --global user.email "[email protected]"
24+
git config --global user.name "npm team"
2525
- uses: actions/setup-node@v3
2626
with:
2727
node-version: 16.x

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
},
4747
"templateOSS": {
4848
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
49-
"version": "3.4.1"
49+
"version": "3.4.2"
5050
}
5151
}

0 commit comments

Comments
 (0)