From 6a810d12977de2f7aa9073ef97c77dd8dcefbcbc Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Thu, 31 Oct 2024 10:28:49 -0500 Subject: [PATCH] [CI] Fix "author" parameter format in create-pull-request workflow Signed-off-by: Lee Calcote --- .github/workflows/bump-meshery-version.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bump-meshery-version.yml b/.github/workflows/bump-meshery-version.yml index 99e5c52d..ab48cd36 100644 --- a/.github/workflows/bump-meshery-version.yml +++ b/.github/workflows/bump-meshery-version.yml @@ -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 @@ -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 @@ -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 @@ -118,4 +118,4 @@ jobs: _This pull request has been auto-generated by [l5io](http://github.com/l5io)_ assignees: l5io - draft: false \ No newline at end of file + draft: false