This action creates a release notes body OR promotes a source app to a target app on Heroku based on action-type
the workflow defines.
Please see repo: https://github.com/rotabull/rotabull-release-helper
Required github token. Generated by github workflow
Required The name of the person to greet. Either "promote" or "release" or "check-status"
Required Heroku API Key.
Required Heroku Pipeline ID
Required Heroku Source App ID we want to promote from
Required Heroku Target App ID we want to promote to
Github Release title
Github Release Tag
Github Release Body / Notes
Heroku Promotion Status
Last Heroku Release Status
uses: rotabull/rotabull-release-helper@main
with:
github-token: '123'
action-type: "promote"
......