From ce9785fef2c95b856b172bf1da1efac201db0edf Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sun, 22 Dec 2024 11:01:59 -0600 Subject: [PATCH] Remove 'Configure Git' step --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1aa58f..4950767 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,10 +104,6 @@ jobs: toolchain: nightly steps: - uses: actions/checkout@v4 - - name: Configure Git - run: | - git config --global user.email "jdoe@example.com" - git config --global user.name "J. Doe" - name: Set "--features" flag value id: set-features-flag-value shell: bash