Skip to content

Commit

Permalink
Fix git-config-user
Browse files Browse the repository at this point in the history
  • Loading branch information
petrukhin committed Dec 15, 2023
1 parent 09432fd commit 1023a0d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@ jobs:
fetch-depth: 2
- name: Git config user
uses: snow-actions/[email protected]
with:
name: # Service Account's Name
email: # Service Account's Email Address
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Verify Change Logs
run: node common/scripts/install-run-rush.js change --verify
- name: Rush Install
Expand Down

0 comments on commit 1023a0d

Please sign in to comment.