Skip to content

Commit

Permalink
Merge pull request #8 from shopware/next-33446/fix-typo-in-pipeline-s…
Browse files Browse the repository at this point in the history
…ecret

NEXT-33446 - fix typo in pipeline secret
  • Loading branch information
Haberkamp authored Feb 12, 2024
2 parents 2fa704c + 869e303 commit 1fe4d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
uses: peter-evans/create-pull-request@v4
with:
commit-message: Update icons
committer: ${{ secrets.ICON_KIT__COMITTER }}
author: Dennis Mader <${{ secrets.ICON_KIT__COMITTER }}>
committer: ${{ secrets.ICON_KIT__COMMITTER }}
author: Dennis Mader <${{ secrets.ICON_KIT__COMMITTER }}>
branch: update-icons
delete-branch: true
branch-suffix: timestamp
Expand Down

0 comments on commit 1fe4d9e

Please sign in to comment.