Skip to content

Commit

Permalink
UHF-8762: Comment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Jan 30, 2024
1 parent d733cc1 commit 1a89f4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/visual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,15 @@ jobs:
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.pull_request.number }}
body: ${{join(steps.run-tests.outputs.*, '\n')}}
body: ${{join(steps.run-tests.outputs.*, "\n")}}

- name: Update comment
if: steps.fc.outputs.comment-id != ''
uses: peter-evans/create-or-update-comment@v4
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
body: ${{join(steps.run-tests.outputs.*, '\n')}}
body: ${{join(steps.run-tests.outputs.*, "\n")}}
edit-mode: replace

- name: Export container logs
working-directory: ${{ env.DRUPAL_ROOT }}
Expand Down

0 comments on commit 1a89f4f

Please sign in to comment.