fix(ci) update wording of promote action output to be more clear (#10369)

This commit is contained in:
Shreya Keshive
2025-10-02 12:31:26 -04:00
committed by GitHub
parent 332e392aee
commit 99958c68e7

View File

@@ -116,8 +116,8 @@ jobs:
echo " - Commit: ${{ steps.versions.outputs.PREVIEW_SHA }} (${{ github.event.inputs.ref }})"
echo " - Previous Tag: ${{ steps.versions.outputs.PREVIOUS_PREVIEW_TAG }}"
echo ""
echo "Next Nightly Release: ${{ steps.versions.outputs.NEXT_NIGHTLY_VERSION }}"
echo " - Commit: ${{ steps.versions.outputs.NEXT_SHA }} (${{ github.event.inputs.ref }})"
echo "Preparing Next Nightly Release: ${{ steps.versions.outputs.NEXT_NIGHTLY_VERSION }}"
echo " - Merging Version Update PR to Branch: ${{ github.event.inputs.ref }}"
echo " - Previous Tag: ${{ steps.versions.outputs.PREVIOUS_NIGHTLY_TAG }}"
test: