Skip to content

Commit

Permalink
chore: 🤖 Config git credentials in Test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed May 22, 2024
1 parent 5929fbd commit d681251
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
allow_failure: [false]
steps:
- uses: actions/checkout@v4
- run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Action"
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
Expand Down

0 comments on commit d681251

Please sign in to comment.