Skip to content

Commit

Permalink
#982 add git config to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tfr42 committed Nov 21, 2023
1 parent f4d0d59 commit da4fc03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
git config user.name github-actions
git config user.email [email protected]
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit da4fc03

Please sign in to comment.