257
"GitHub CI is easy", he said. "It's just bash ", he said.
(programming.dev)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
You can also use the
workflow_dispatch
execution pattern and use some data input params and execute through the portal interface.However, do be careful about trusting input params without sanitizing them (GH has docs around this).
Thanks, I'll look into that.
While trying this time (as you can see in one of the commits), I added
workflow_dispatch
at the wrong place, causing a problem. Later realised that it is part of theon