Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]"
Loading