Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(nightly): fetch two commits to detect commits-since-last-build
The default behavior for GitHub's `actions/checkout@v2` only fetches the latest commit [1], so our previous attempts to detect commits "since last night's nightly build" always failed. Fetch two commits to make it possible to detect commits in `main` within the past 25 hours. [1] https://github.com/actions/checkout/tree/25a956c84d5dd820d28caab9f86b8d183aeeff3d#checkout-v2
- Loading branch information