Skip to content

Commit

Permalink
chore: Fix Markdown for Analyzer comments (#9705)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade committed Feb 17, 2023
1 parent 3b44b9c commit fb0d405
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/issue-analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ jobs:
body: |
The issue has been labeled as **confirmed** by the automatic analyser.
Someone from the Puppeteer team will take a look soon!
---
[Analyzer run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
Expand Down Expand Up @@ -171,6 +172,7 @@ jobs:
edit-mode: replace
body: |
${{ needs.analyze-issue.outputs.errorMessage }}
---
[Analyzer run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
Expand Down Expand Up @@ -229,5 +231,6 @@ jobs:
Once the above checks are satisfied, please edit your issue with the changes and we will
try to reproduce the bug again.
---
[Analyzer run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})

0 comments on commit fb0d405

Please sign in to comment.