chore: Fix Markdown for Analyzer comments (#9705)

This commit is contained in:
Nikolay Vitkov 2023-02-17 19:19:06 +01:00 committed by GitHub
parent 3b44b9c4f5
commit fb0d405ee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,6 +136,7 @@ jobs:
body: | body: |
The issue has been labeled as **confirmed** by the automatic analyser. The issue has been labeled as **confirmed** by the automatic analyser.
Someone from the Puppeteer team will take a look soon! Someone from the Puppeteer team will take a look soon!
--- ---
[Analyzer run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) [Analyzer run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
@ -171,6 +172,7 @@ jobs:
edit-mode: replace edit-mode: replace
body: | body: |
${{ needs.analyze-issue.outputs.errorMessage }} ${{ needs.analyze-issue.outputs.errorMessage }}
--- ---
[Analyzer run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) [Analyzer run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
@ -229,5 +231,6 @@ jobs:
Once the above checks are satisfied, please edit your issue with the changes and we will Once the above checks are satisfied, please edit your issue with the changes and we will
try to reproduce the bug again. try to reproduce the bug again.
--- ---
[Analyzer run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) [Analyzer run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})