Skip to content

Commit

Permalink
fix(ci): remove author from update-electron action (#6641)
Browse files Browse the repository at this point in the history
  • Loading branch information
gribnoysup authored Jan 22, 2025
1 parent d9ed946 commit 5fc97c6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/update-electron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Update electron
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
- cron: '0 0 * * *'

jobs:
update_generated_files:
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20.16.0
cache: "npm"
cache: 'npm'

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

0 comments on commit 5fc97c6

Please sign in to comment.