Skip to content

Commit

Permalink
chore: use package name
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Nov 3, 2023
1 parent 2d47179 commit 4699d5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/yarn-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,12 @@ jobs:
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
with:
# Git commit details
branch: automation/yarn-upgrade-${{ matrix.package.name }}
branch: automation/yarn-upgrade-${{ matrix.package }}
commit-message: |-
chore(${{matrix.package.name}}): npm-check-updates && yarn upgrade
chore(${{matrix.package}}): npm-check-updates && yarn upgrade
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
# Pull Request details
title: "chore(${{matrix.package.name}}): npm-check-updates && yarn upgrade"
title: "chore(${{matrix.package}}): npm-check-updates && yarn upgrade"
body: |-
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
labels: dependencies,auto-approve
Expand Down

0 comments on commit 4699d5f

Please sign in to comment.