Skip to content

Commit c71f9af

Browse files
committed
ci: set bot name and email to the author field in the commit
1 parent 03c131e commit c71f9af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/daily.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
with:
1818
app_id: ${{ secrets.APP_ID }}
1919
private_key: ${{ secrets.PRIVATE_KEY }}
20+
- uses: raven-actions/bot-details@v1
21+
id: bot-details
22+
with:
23+
bot-slug-name: 'mirakc-update-deps'
2024
- uses: actions/checkout@v3
2125
with:
2226
submodules: recursive
@@ -37,6 +41,7 @@ jobs:
3741
title: ${{ env.UPDATE_DEPS_TITLE }}
3842
body-path: ${{ steps.update-deps.outputs.body }}
3943
commit-message: ${{ env.UPDATE_DEPS_TITLE }}
44+
author: ${{ steps.bot-details.outputs.name-email }}
4045
branch: update-deps
4146
delete-branch: true
4247
labels: dependencies

0 commit comments

Comments
 (0)