My idea here is to write my inputs from workflow_dispatch on each pipeline run. .
For example, in Bitbucket pipelines input parameters shown after custom -
Is there a way to do something similar for GitHub?
You can use the run-name
parameter to change the name of the run in the actions list:
Example of
run-name
run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }}
Be aware that, if you are using Github Enterprise server, this parameter was introduced in version 3.8.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With