Skip to content

Commit 1d89ce6

Browse files
authored
fix(ci): make dependencies update bot commit under github-actions account instead of users (#1686)
1 parent 730b752 commit 1d89ce6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dependencies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
with:
5858
add-paths: ./Cargo.lock
5959
commit-message: ${{ steps.msg.outputs.commit_message }}
60+
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
6061
title: ${{ env.TITLE }}
6162
body: ${{ steps.msg.outputs.body }}
6263
branch: ${{ env.BRANCH }}

0 commit comments

Comments
 (0)