mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-12-16 01:10:30 +02:00
Replace commit user to simple-icons[bot]
(#10705)
This commit is contained in:
parent
4130284cfe
commit
82e1375fc6
6
.github/workflows/create-release.yml
vendored
6
.github/workflows/create-release.yml
vendored
@ -65,6 +65,6 @@ jobs:
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: version bump
|
||||
commit_user_name: 'github-actions[bot]'
|
||||
commit_user_email: 'github-actions[bot]@users.noreply.github.com'
|
||||
commit_author: 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>'
|
||||
commit_user_name: 'simple-icons[bot]'
|
||||
commit_user_email: 'simple-icons[bot]@users.noreply.github.com'
|
||||
commit_author: 'simple-icons[bot] <simple-icons[bot]@users.noreply.github.com>'
|
||||
|
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -68,8 +68,8 @@ jobs:
|
||||
run: ./scripts/release/reformat-markdown.js "${{ steps.get-version.outputs.version }}"
|
||||
- name: Configure GIT credentials
|
||||
run: |
|
||||
git config user.name "${GITHUB_ACTOR}"
|
||||
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
|
||||
git config user.name "simple-icons[bot]"
|
||||
git config user.email "simple-icons[bot]@users.noreply.github.com"
|
||||
# Commit that will only be included in the tag
|
||||
- name: Commit CDN theme image links removal
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user