Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fetch the full history of
master
before diff-ing it against HEAD
The `Run tests` jobs were broken with 1ae4126 The problem is that the project uses `fetch-depth: 1` (the default) and thus has no branch history. Using `fetch-depth: 0` would fetch the whole history for **all** branches and tags, which would be unnecessary. Refs: - actions/checkout#296 - actions/checkout#301 Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org> (cherry picked from commit e3c24c6)
- Loading branch information