Skip to content

Run workflow manually with variables #26961

Answered by weide-zhou
malimccalla asked this question in Actions
Discussion options

You must be logged in to vote

Hi @malimccalla ,

It’s recommended to track this feature on existed ticket: https://github.community/t5/GitHub-Actions/GitHub-Actions-Manual-Trigger-Approvals/td-p/31504

You can raise a ticket here to confirm if there’s any progress about the feature, it will raise the feature priority, and github product manager will help to answer.

Meanwhile, as a workaround, you can send Repository Dispatch Event to your repository to trigger the workflow manually, you can add the version number in the event payload, and get it from ${{ github.event.client_payload.vernumber }} in the workflow.

My workflow:

https://github.com/weide-zhou/ticket17/actions/runs/69528670/workflow

Thanks.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants