Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CI issues checking out old commits (#467)
The used `github.event.pull_request.merge_commit_sha` seems to be broken and has the old commit always. Instead we try now use the `github.event.pull_request.head.sha`. This is required because we use secrets and need so use `pull_request_target` instead of `pull_request` event which behaves differently.
- Loading branch information