Skip to content

Commit

Permalink
chore: add git user+email
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLunaHey committed Sep 21, 2023
1 parent ace5ea7 commit f428003
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
with:
fetch-depth: 0

- name: Set git email
run: git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"

- name: Set git name
run: git config --global user.name "github-actions[bot]"

- name: Get previous tag
id: previous_tag
run: |
Expand Down

0 comments on commit f428003

Please sign in to comment.