5 ms·
One of my biggest gripes with Actions is that it doesn't allow you to trigger workflows for a specific SHA. Only the branch HEAD. This is pretty much possible
by kitallis 3y ago
One of my biggest gripes with Actions is that it doesn't allow you to trigger workflows for a specific SHA. Only the branch HEAD.
This is pretty much possible in all other CIs.
- tra3 3y agoYou can pass a sha into your workflow and then check it out.