Skip to content

Commit

Permalink
ci(pr): setup git user
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrs committed Jan 3, 2024
1 parent b5a17a3 commit 2fa2357
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup git user
run: |
git config user.email "type.in.type@gmail.com"
git config user.name "Takeru Sato"
- name: Install rust toolchain stable
uses: dtolnay/rust-toolchain@v1
with:
Expand Down

0 comments on commit 2fa2357

Please sign in to comment.