Skip to content

Commit

Permalink
git config user name email
Browse files Browse the repository at this point in the history
  • Loading branch information
tdhock committed Sep 24, 2024
1 parent f14bd5b commit 2222026
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: git config user.name
run: git config --global user.name "atime GitHub Actions"

- name: git config user.email
run: git config --global user.email [email protected]

- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 2222026

Please sign in to comment.