Skip to content

Commit

Permalink
build(ci): update markdown in report
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Oct 13, 2024
1 parent 0a569b5 commit 7551875
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ jobs:
uses: actions/github-script@v7
with:
script: |
const { context, github } = require('@actions/github');
const artifactUrl = `https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}`;
const markdownContent = process.env.markdown_content;
const comment = `Performance test reports are available [here](${artifactUrl}).\n\n### Markdown Report:\n\n${markdownContent}`;
Expand Down

0 comments on commit 7551875

Please sign in to comment.