Skip to content

Commit

Permalink
Add author as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jagthedrummer committed Aug 16, 2023
1 parent f38ff5c commit a695a74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
id: cpr
uses: peter-evans/create-pull-request@v5
with:
author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
committer: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
commit-message: "Version bump: ${{ inputs.versionBump }} - ${{ steps.bump-all.outputs.NEW_VERSION_NUMBER }}"
branch: "version-bump/${{ steps.bump-all.outputs.NEW_VERSION_NUMBER }}"
Expand Down

0 comments on commit a695a74

Please sign in to comment.