Skip to content

Commit 6a810d1

Browse files
authored
[CI] Fix "author" parameter format in create-pull-request workflow
Signed-off-by: Lee Calcote <[email protected]>
1 parent 64431d6 commit 6a810d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/bump-meshery-version.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
token: ${{ secrets.RELEASEDRAFTER_PAT }}
3030
commit-message: Bump sistent ${{ github.event.release.tag_name }} dependencies
3131
committer: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
32-
author: "l5io"
32+
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
3333
signoff: true
3434
branch: bump-sistent-bot
3535
delete-branch: true
@@ -67,7 +67,7 @@ jobs:
6767
token: ${{ secrets.RELEASEDRAFTER_PAT }}
6868
commit-message: Bump sistent ${{ github.event.release.tag_name }} dependencies
6969
committer: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
70-
author: "l5io"
70+
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
7171
signoff: true
7272
branch: bump-sistent-bot
7373
delete-branch: true
@@ -105,7 +105,7 @@ jobs:
105105
token: ${{ secrets.RELEASEDRAFTER_PAT }}
106106
commit-message: Bump sistent ${{ github.event.release.tag_name }} dependencies
107107
committer: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
108-
author: "l5io"
108+
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
109109
signoff: true
110110
branch: bump-sistent-bot
111111
delete-branch: true
@@ -118,4 +118,4 @@ jobs:
118118
119119
_This pull request has been auto-generated by [l5io](http://github.com/l5io)_
120120
assignees: l5io
121-
draft: false
121+
draft: false

0 commit comments

Comments
 (0)