We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42eab1c commit 92f9179Copy full SHA for 92f9179
.github/workflows/ci.yaml
@@ -19,8 +19,8 @@ jobs:
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
+ git config --global user.name github-actions
+ git config --global user.email github-actions@github.com
24
- uses: actions/setup-node@v2
25
with:
26
node-version: ${{ matrix.node-version }}
0 commit comments