We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a26c9 commit 42eab1cCopy full SHA for 42eab1c
1 file changed
.github/workflows/ci.yaml
@@ -18,6 +18,9 @@ jobs:
18
19
steps:
20
- uses: actions/checkout@v2
21
+ - run: |
22
+ git config user.name github-actions
23
+ git config user.email github-actions@github.com
24
- uses: actions/setup-node@v2
25
with:
26
node-version: ${{ matrix.node-version }}
0 commit comments