Skip to content

Commit

Permalink
configure git user for commits
Browse files Browse the repository at this point in the history
  • Loading branch information
pho3nixf1re authored Dec 17, 2023
1 parent d9d88e3 commit c699202
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Configure git author
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit c699202

Please sign in to comment.