Skip to content

Commit f3b165f

Browse files
authored
ci: fix user_name
1 parent eb73e9c commit f3b165f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
allow_empty_commit: true
8888
# keep_files: true
8989
# force_orphan: true
90-
user_name: github-actions
90+
user_name: 'github-actions[bot]'
9191
user_email: 'github-actions[bot]@users.noreply.github.com'
9292
# commit_message: ${{ github.event.head_commit.message }}
9393
# tag_name: ${{ steps.prepare_tag.outputs.deploy_tag_name }}

0 commit comments

Comments
 (0)