Abacn commented on issue #27854: URL: https://github.com/apache/beam/issues/27854#issuecomment-1666043976
According to https://github.com/apache/beam/blob/master/.github/actions/setup-action/action.yml#L43 and https://stackoverflow.com/questions/62331829/how-to-get-the-target-branch-of-the-github-pull-request-from-an-actions One fix could be add a "run" in `actions/checkout@v3`: ``` with: ref: ${{ github.event.pull_request.head.sha }} run: git merge ${{ github.event.pull_request.base.sha }} ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
