Skip to content

Commit 42eab1c

Browse files
committed
ci: set CI git user
1 parent 06a26c9 commit 42eab1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v2
21+
- run: |
22+
git config user.name github-actions
23+
git config user.email [email protected]
2124
- uses: actions/setup-node@v2
2225
with:
2326
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)