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

ci: Checkout the PR head, not the github merge commit #543

Merged
merged 1 commit into from
Aug 10, 2022

Commits on Aug 8, 2022

  1. ci: Checkout the PR head, not the github merge commit

    In the CI github action, checkout the PR head commit instead of the
    `actions/checkout@v2` default of the PR merge commit.  The practical
    effect of this change is the exported artifacts snapshot suffix will
    contain the commit id of the last commit on the PR instead of the
    magic github generated merge commit.
    sjd78 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    74c8d96 View commit details
    Browse the repository at this point in the history