Skip to content

Commit

Permalink
Add more newlines to summary (#213)
Browse files Browse the repository at this point in the history
<!-- Thank you for your contribution. Before you submit the pull
request:
1. Follow contributing guidelines, templates, the recommended Git
workflow, and any related documentation.
2. Read and submit the required Contributor Licence Agreements
(https://github.com/kyma-project/community/blob/main/CONTRIBUTING.md#agreements-and-licenses).
3. Test your changes and attach their results to the pull request.
4. Update the relevant documentation.

If the pull request requires a decision, follow the [decision-making
process](https://github.com/kyma-project/community/blob/main/governance.md)
and replace the PR template with the [decision record
template](https://github.com/kyma-project/community/blob/main/.github/ISSUE_TEMPLATE/decision-record.md).
-->

**Description**

Changes proposed in this pull request:

- ...
- ...
- ...

**Related issue(s)**
<!-- If you refer to a particular issue, provide its number. For
example, `Resolves #123`, `Fixes #43`, or `See also #33`. -->
  • Loading branch information
VOID404 authored Sep 6, 2024
2 parents 6658650 + 1372209 commit b22e732
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compass-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ jobs:
# if test log exists
if [ -f ${{ env.unit-test-log }} ]; then
echo '## Unit Tests'
printf '<details>\n<summary>click to expand logs</summary>\n```\n'
printf '\n<details>\n<summary>click to expand logs</summary>\n'
printf '\n```\n'
cat ${{ env.unit-test-log }}
printf '\n```\n</details>\n'
fi
Expand Down

0 comments on commit b22e732

Please sign in to comment.