TIL that you can initiate GitHub action workflow from local using gh
client as opposed to clicking through cluncky buttons for manual runs.
This is such a productivity boost for me.
gh workflow run deploy.yml --ref main
Appalled that I didn’t look for alternatives like this sooner.
~ updated at: 2025-05-08T10:04:57.036Z