From 5fc97c6dd185f397cd380de4c3506eb1a4139a61 Mon Sep 17 00:00:00 2001 From: Sergey Petushkov Date: Wed, 22 Jan 2025 12:17:23 +0100 Subject: [PATCH] fix(ci): remove author from update-electron action (#6641) --- .github/workflows/update-electron.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update-electron.yaml b/.github/workflows/update-electron.yaml index 286a0f7bead..516eb7f4cf8 100644 --- a/.github/workflows/update-electron.yaml +++ b/.github/workflows/update-electron.yaml @@ -4,7 +4,7 @@ name: Update electron on: workflow_dispatch: schedule: - - cron: "0 0 * * *" + - cron: '0 0 * * *' jobs: update_generated_files: @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20.16.0 - cache: "npm" + cache: 'npm' - name: Install npm@10.2.4 run: | @@ -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]"