Skip to content

Commit

Permalink
Fix CI logging
Browse files Browse the repository at this point in the history
  • Loading branch information
danenbm committed Jan 19, 2024
1 parent 23789d8 commit aaa2739
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/apply-version-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aaa2739

Please sign in to comment.