We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c131e commit c71f9afCopy full SHA for c71f9af
.github/workflows/daily.yml
@@ -17,6 +17,10 @@ jobs:
17
with:
18
app_id: ${{ secrets.APP_ID }}
19
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'
24
- uses: actions/checkout@v3
25
26
submodules: recursive
@@ -37,6 +41,7 @@ jobs:
37
41
title: ${{ env.UPDATE_DEPS_TITLE }}
38
42
body-path: ${{ steps.update-deps.outputs.body }}
39
43
commit-message: ${{ env.UPDATE_DEPS_TITLE }}
44
+ author: ${{ steps.bot-details.outputs.name-email }}
40
45
branch: update-deps
46
delete-branch: true
47
labels: dependencies
0 commit comments