diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 5259ce697..a1e8e305e 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -57,11 +57,11 @@ jobs: extra-packages: any::rcmdcheck needs: check - - name: git config + - name: Configure Git User if: matrix.config.os == 'ubuntu-latest' && matrix.config.r == 'release' run: | - git config --global user.name "$GITHUB_ACTOR" - git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com" + git config --global user.name github-actions[bot] + git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com - uses: r-lib/actions/check-r-package@v2 env: