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