action-hosting-deploy
action-hosting-deploy copied to clipboard
Impl: Fallback channel ID
Related to Issue: #90
This pull request ensures that a preview channel id is always generated by falling back to the branch name and commit sha Useful for when when a commit is added directly to the development branch which we don't want to go live but yet wish to see the changes of (especially on solo projects where PRs don't make sense in a lot of cases)
The implementation has been tested on my own fork and works