GitHub actions inputs don't get printed with echo
I’ve been trying to set up the most basic GitHub action that can be triggered via API, and I managed to trigger it, but now I’m having trouble passing down the "inputs" and using them in the jobs… I tried reading the documentation and all, and it should work but I’m probably missing some syntax… Read More GitHub actions inputs don't get printed with echo