Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(nightly): fetch two commits to detect commits-since-last-build #641

Merged
merged 2 commits into from
Apr 9, 2021

Commits on Apr 9, 2021

  1. 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
    sjbarag committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    b623d8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b6b9c9 View commit details
    Browse the repository at this point in the history