Skip to content

Commit

Permalink
ci: use github bot user
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Nov 18, 2024
1 parent e0d4db1 commit 6d88059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
fetch-depth: 0
- name: Configure Git
run: |
git config --global user.name GitHub Actions
git config user.email github-actions@github.com
git config --global user.name github-actions[bot]
git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: knope-dev/action@407e9ef7c272d2dd53a4e71e39a7839e29933c48
- run: knope prepare-release --verbose
env:
Expand Down

0 comments on commit 6d88059

Please sign in to comment.