Skip to content

Commit

Permalink
fix PR message from triggered update
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Schlarb <[email protected]>
  • Loading branch information
pSchlarb committed Apr 19, 2023
1 parent 3e038da commit da0efc5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
author: ${{ github.actor }} <${{ github.event.pusher.email }}>
signoff: true
committer: ${{ github.actor }} <${{ github.event.pusher.email }}>
commit-message: "Automated Update to indy-plenum==$pyVersion"
title: "Automated Update to indy-plenum==$pyVersion"
body: "This PR updates the indy-plenum version in `setup.py` to use `indy-plenum==$pyVersion`."
commit-message: "Automated Update to indy-plenum==${{ github.event.client_payload.pyVersion }}"
title: "Automated Update to indy-plenum==${{ github.event.client_payload.pyVersion }}"
body: "This PR updates the indy-plenum version in `setup.py` to use `indy-plenum==${{ github.event.client_payload.pyVersion }}`."
branch: "PlenumUpdates"
delete-branch: true
base: "DependencyUpdateTrigger"

0 comments on commit da0efc5

Please sign in to comment.