We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82311ac commit 2c55d86Copy full SHA for 2c55d86
.github/workflows/R-CMD-check.yaml
@@ -57,11 +57,11 @@ jobs:
57
extra-packages: any::rcmdcheck
58
needs: check
59
60
- - name: git config
+ - name: Configure Git User
61
if: matrix.config.r == 'release'
62
run: |
63
- git config --global user.name "$GITHUB_ACTOR"
64
- git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
+ git config user.name github-actions[bot]
+ git config user.email 41898282+github-actions[bot]@users.noreply.github.com
65
66
- uses: r-lib/actions/check-r-package@v2
67
env:
0 commit comments