Skip to content

Commit

Permalink
Merge pull request #789 from layer5io/leecalcote-patch-1
Browse files Browse the repository at this point in the history
[CI] Fix "author" parameter format in create-pull-request workflow
  • Loading branch information
leecalcote authored Oct 31, 2024
2 parents 64431d6 + 6a810d1 commit 329a20e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bump-meshery-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
token: ${{ secrets.RELEASEDRAFTER_PAT }}
commit-message: Bump sistent ${{ github.event.release.tag_name }} dependencies
committer: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
author: "l5io"
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
signoff: true
branch: bump-sistent-bot
delete-branch: true
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
token: ${{ secrets.RELEASEDRAFTER_PAT }}
commit-message: Bump sistent ${{ github.event.release.tag_name }} dependencies
committer: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
author: "l5io"
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
signoff: true
branch: bump-sistent-bot
delete-branch: true
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
token: ${{ secrets.RELEASEDRAFTER_PAT }}
commit-message: Bump sistent ${{ github.event.release.tag_name }} dependencies
committer: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
author: "l5io"
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
signoff: true
branch: bump-sistent-bot
delete-branch: true
Expand All @@ -118,4 +118,4 @@ jobs:
_This pull request has been auto-generated by [l5io](http://github.com/l5io)_
assignees: l5io
draft: false
draft: false

0 comments on commit 329a20e

Please sign in to comment.