Skip to content

Commit

Permalink
chore(ci): use correct format for automated PR author (#6652)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev authored Jan 23, 2025
1 parent 509606f commit 101ba45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
branch: ci/bump-packages
title: "chore(release): bump package versions"
labels: no-title-validation
author: ${{ steps.app-token.outputs.app-email }}
author: "${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>"
body: |
- Bump package versions
2 changes: 1 addition & 1 deletion .github/workflows/update-electron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
branch: ci/update-electron
title: 'chore(deps): update electron'
labels: no-title-validation
author: ${{ steps.app-token.outputs.app-email }}
author: '${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>'
body: |
- Update electron

0 comments on commit 101ba45

Please sign in to comment.