Echo Merge Commit (#2962)

This commit is contained in:
Yuhong Sun 2024-10-27 16:52:07 -07:00 committed by GitHub
parent 23988f8c49
commit 0fb6baef2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,6 +77,9 @@ jobs:
set -e
echo "Backporting to beta ${{ steps.list-branches.outputs.beta }} and stable ${{ steps.list-branches.outputs.stable }}"
# Echo the merge commit SHA
echo "Merge commit SHA: ${{ github.event.pull_request.merge_commit_sha }}"
# Fetch all history for all branches and tags
git fetch --prune