Skip to content

Commit 5fc97c6

Browse files
authored
fix(ci): remove author from update-electron action (#6641)
1 parent d9ed946 commit 5fc97c6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/update-electron.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Update electron
44
on:
55
workflow_dispatch:
66
schedule:
7-
- cron: "0 0 * * *"
7+
- cron: '0 0 * * *'
88

99
jobs:
1010
update_generated_files:
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/setup-node@v4
2828
with:
2929
node-version: 20.16.0
30-
cache: "npm"
30+
cache: 'npm'
3131

3232
- name: Install [email protected]
3333
run: |
@@ -43,10 +43,9 @@ jobs:
4343
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # 7.0.5
4444
with:
4545
token: ${{ steps.app-token.outputs.token }}
46-
commit-message: "chore(deps): update electron"
46+
commit-message: 'chore(deps): update electron'
4747
branch: ci/update-electron
48-
title: "chore(deps): update electron"
48+
title: 'chore(deps): update electron'
4949
labels: no-title-validation
5050
body: |
5151
- Update electron
52-
author: "${{ steps.app-token.outputs.app-slug }}[bot]"

0 commit comments

Comments
 (0)