Skip to content

Commit

Permalink
Set Git identity.
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Dec 12, 2023
1 parent c1bcbf5 commit e00877e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set git identity
run: |
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
- name: Setup .NET
uses: actions/setup-dotnet@v4
- name: Build
Expand Down

0 comments on commit e00877e

Please sign in to comment.