github actions - running your workflow manually


To be able to run your workflow manually, you need to have this trigger configure 'workflow_dispatch' for your default branch or main branch. If you have it in your feature branch, that won't work. You will either need to create a merge request to merge that into your default/main branch.

Once you have done that, you should see the following and be able to trigger it.




 



Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm