ci: fix user_name
This commit is contained in:
parent
eb73e9cb9d
commit
f3b165fbe1
|
@ -87,7 +87,7 @@ jobs:
|
||||||
allow_empty_commit: true
|
allow_empty_commit: true
|
||||||
# keep_files: true
|
# keep_files: true
|
||||||
# force_orphan: true
|
# force_orphan: true
|
||||||
user_name: github-actions
|
user_name: 'github-actions[bot]'
|
||||||
user_email: 'github-actions[bot]@users.noreply.github.com'
|
user_email: 'github-actions[bot]@users.noreply.github.com'
|
||||||
# commit_message: ${{ github.event.head_commit.message }}
|
# commit_message: ${{ github.event.head_commit.message }}
|
||||||
# tag_name: ${{ steps.prepare_tag.outputs.deploy_tag_name }}
|
# tag_name: ${{ steps.prepare_tag.outputs.deploy_tag_name }}
|
||||||
|
|
Loading…
Reference in New Issue