8000 Fix pipeline. · syengineering/rushstack@08f0c46 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 08f0c46

Browse files
committed
Fix pipeline.
1 parent 8cc7a04 commit 08f0c46

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ jobs:
1818
with:
1919
fetch-depth: 2
2020
- name: Git config user
21-
uses: snow-actions/git-config-user@v1.0.0
22-
with:
23-
name: Rushbot
24-
email: rushbot@users.noreply.github.com
21+
run: |
22+
git config --local user.name "Rushbot"
23+
git config --local user.email "rushbot@users.noreply.github.com"
2524
- uses: actions/setup-node@v3
2625
with:
2726
node-version: ${{ matrix.NodeVersion }}

0 commit comments

Comments
 (0)
0