Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: use a sha instead of 'refs/heads/master' as ref for deployments
When merging a second pull-request while the first has not created a deployment yet, the 'refs/heads/master' resolves to the wrong sha-hash, showing the wrong commit being deployed (it deploys the commit of the first, while showing it did the one of the last).
- Loading branch information