Skip to content

Commit

Permalink
Merge pull request #9 from shopware/next-33446/fix-comitter-format-in…
Browse files Browse the repository at this point in the history
…-update-icons-workflow

NEXT-33446 - update committer format in update icons workflow
  • Loading branch information
Haberkamp authored Feb 12, 2024
2 parents 1fe4d9e + 34ed005 commit 12aea1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: peter-evans/create-pull-request@v4
with:
commit-message: Update icons
committer: ${{ secrets.ICON_KIT__COMMITTER }}
committer: Dennis Mader <${{ secrets.ICON_KIT__COMMITTER }}>
author: Dennis Mader <${{ secrets.ICON_KIT__COMMITTER }}>
branch: update-icons
delete-branch: true
Expand Down

0 comments on commit 12aea1d

Please sign in to comment.