Skip to content

Commit

Permalink
Echo Merge Commit (#2962)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhongsun96 authored Oct 27, 2024
1 parent 23988f8 commit 0fb6bae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-backport-autotrigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0fb6bae

Please sign in to comment.