Skip to content

Commit

Permalink
More standard git user setup
Browse files Browse the repository at this point in the history
Apparently lots of other people would also love this to be more automatic: actions/checkout#13
  • Loading branch information
jennybc committed Feb 13, 2024
1 parent 82311ac commit 2c55d86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Expand Up @@ -57,11 +57,11 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- name: git config
- name: Configure Git User
if: 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 user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: r-lib/actions/check-r-package@v2
env:
Expand Down

0 comments on commit 2c55d86

Please sign in to comment.