You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The repoDispatchable_UpdatePlenumDependency.yaml script is called by the Plenum release process once a new version of Plenum is published. The script is meant to automate the process of summitting a PR to update indy-node with the latest version of plenum.
The PR creation step fails because the github.event.pusher.email field is blank at the time the script runs. The email address is expected to be the email of the github.actor. It might simply be the wrong field is being referenced to access the email address.
The text was updated successfully, but these errors were encountered:
The repoDispatchable_UpdatePlenumDependency.yaml script is called by the Plenum release process once a new version of Plenum is published. The script is meant to automate the process of summitting a PR to update indy-node with the latest version of plenum.
The PR creation step fails because the
github.event.pusher.email
field is blank at the time the script runs. The email address is expected to be the email of thegithub.actor
. It might simply be the wrong field is being referenced to access the email address.The text was updated successfully, but these errors were encountered: