merrily01 commented on code in PR #1246:
URL: https://github.com/apache/auron/pull/1246#discussion_r2313060841
##########
.github/workflows/build-ce7-releases.yml:
##########
@@ -49,6 +49,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
+ ref: ${{ github.event.pull_request.head.sha }}
Review Comment:
I noticed that during the GA Docker build, the printed commit id comes from
the merge commit generated by GitHub Actions, rather than the original commit
that actually triggered the workflow. I'm trying to use the original commit ID
here, so that the printed commit id matches the real source commit instead of
the merge commit
--
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]