mirror of
https://github.com/phranck/TUIkit.git
synced 2026-05-21 09:50:35 +00:00
Chore: Use personal git identity for CI badge commits
This commit is contained in:
@@ -100,8 +100,8 @@ jobs:
|
||||
- name: Commit if changed
|
||||
run: |
|
||||
git diff --quiet README.md && echo "No changes" && exit 0
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git config user.name "Frank Gregor"
|
||||
git config user.email "phranck@mac.com"
|
||||
git add README.md
|
||||
# [skip ci] prevents the push from triggering another workflow run
|
||||
git commit -m "Chore: Update test count badge to ${{ steps.counts.outputs.tests }} tests [skip ci]"
|
||||
|
||||
Reference in New Issue
Block a user