Skip to content

Commit

Permalink
Add a git user
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrah committed Feb 27, 2023
1 parent ce20ac1 commit 7460dc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ jobs:
- name: Checkout latest code
uses: actions/checkout@v3

- name: Config git user
run: |
git config user.name ${{ github.actor }}
git config user.email "${{ github.actor }}@users.noreply.github.com"
- name: Setup Java & Maven
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 7460dc2

Please sign in to comment.