You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).