Skip to content

Commit

Permalink
ci: configure git user for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaro committed Aug 27, 2024
1 parent 954e2e0 commit e6539ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: gh repo clone ${{ github.repository }} ${{ github.workspace }} -- --depth=1 --branch "$BRANCH"

- name: Configure git for a user
run: |-
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- name: Add brew to PATH
shell: bash
run: |-
Expand Down

0 comments on commit e6539ed

Please sign in to comment.