GitHub Actions — How to Get the Short Git Commit Hash
GitHub Actions is a great integration tool in the software platform. For example, you may run your test suite when pushing to the repository or deployment when pushing to a branch connected to a deployed environment. We’re using GitHub Actions for both examples: running our test suite and deployments. …
Continue Reading