Skip to content

Commit

Permalink
☕ Add git config for user.email and user.name
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Sep 24, 2024
1 parent 513f9ca commit fa16f63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ jobs:
- run: git config --global core.autocrlf false
if: runner.os == 'Windows'

- run: |
git config --global user.email "github-action@example.com"
git config --global user.name "GitHub Action"
git version
- uses: actions/checkout@v4

- uses: denoland/setup-deno@v1.1.4
Expand Down

0 comments on commit fa16f63

Please sign in to comment.