Skip to content

Commit

Permalink
Setup git config for bisect workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Dec 2, 2024
1 parent f5a3223 commit 398134d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/buildBisect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
- uses: VirtusLab/[email protected]
with:
jvm: 8

- name: Setup git config
run: |
git config --global user.name "Scala 3 Open Community Build"
git config --global user.email "[email protected]"
- name: "Bisect project"
shell: bash
Expand Down

0 comments on commit 398134d

Please sign in to comment.