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(ci): fix packaging check merge operation #5750

Merged
merged 1 commit into from
Sep 27, 2024

Commits on Sep 27, 2024

  1. fix(ci): fix packaging check merge operation

    github.sha does not always points to the last commit in the
    source branch of a PR, leading to errors like the following one while
    performing:
    
      $ git merge ${{ github.sha }}
      merge: d8432ed - not something we can merge
    
    Use github.event.pull_request.head.sha instead.
    
    See [1, 2] for more context:
    
    - [1] https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request
    - [2] https://github.com/orgs/community/discussions/26325
    aciba90 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0cc49d0 View commit details
    Browse the repository at this point in the history