Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed GitHub Actions to include repository head ref
Necessary for Git Lint to lint commit messages properly since GitHub Actions doesn't provide this by default. Git Lint needs to this determine which commits are on the feature branch. This includes setting the default branch to `master` since Git Lint assumes `main` by default.
- Loading branch information