Skip to content

Commit 92f9179

Browse files
committed
ci: set CI git user
1 parent 42eab1c commit 92f9179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121
- run: |
22-
git config user.name github-actions
23-
git config user.email [email protected]
22+
git config --global user.name github-actions
23+
git config --global user.email [email protected]
2424
- uses: actions/setup-node@v2
2525
with:
2626
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)