From aaa27392f217dc3451f99a68213f04c39d29d226 Mon Sep 17 00:00:00 2001 From: Michael Danenberg <56533526+danenbm@users.noreply.github.com> Date: Wed, 17 Jan 2024 18:07:29 -0800 Subject: [PATCH] Fix CI logging --- .github/workflows/apply-version-update.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/apply-version-update.yml b/.github/workflows/apply-version-update.yml index 8906edd857..e39c8f08a0 100644 --- a/.github/workflows/apply-version-update.yml +++ b/.github/workflows/apply-version-update.yml @@ -108,7 +108,9 @@ jobs: shell: bash - name: Log processed content body - run: echo "${{ steps.process-content-body.outputs.content }}" + env: + CONTENT_BODY: ${{ steps.process-content-body.outputs.content }} + run: echo "$CONTENT_BODY" shell: bash - name: Parse version info from review