Fetch less and use the right SHA (#5621)

This commit is contained in:
Jack Amadeo
2025-11-07 06:25:07 -08:00
committed by GitHub
parent 4244dc924b
commit e6af4f5d12
3 changed files with 5 additions and 3 deletions
@@ -29,7 +29,7 @@ runs:
PRIOR_REF: ${{ inputs.prior_ref }}
TEMPLATE_FILE: "${{ github.action_path }}/pr_body_template.txt"
run: |
git fetch origin --tags
git fetch origin "$HEAD_REF" "$PRIOR_REF"
{
sed -e "s/{{VERSION}}/${VERSION}/g" \