diff --git a/.github/workflows/memory.yml b/.github/workflows/memory.yml index 5c6d5f6b..b30d0353 100644 --- a/.github/workflows/memory.yml +++ b/.github/workflows/memory.yml @@ -50,14 +50,11 @@ jobs: artifacts: report.txt comment-title: "Memory usage report" comment-message: "Here is an overview of how your pull request impacts the memory usage compared to the main branch:" - - name: Comment test - uses: gavv/pull-request-artifacts@v2.1.0 + - name: Comment test table + uses: GrantBirki/comment@v2.1.0 with: - commit: ${{ github.event.pull_request.head.sha }} - repo-token: ${{ secrets.GITHUB_TOKEN }} - artifacts: report.txt - comment-title: "Test" - comment-message: "| First Header | Second Header |\n\ - | ------------- | ------------- |\n\ - | Content Cell | Content Cell |\n\ - | Content Cell | Content Cell |" + file: table-test.md + + + + diff --git a/table-test.md b/table-test.md new file mode 100644 index 00000000..8f94a150 --- /dev/null +++ b/table-test.md @@ -0,0 +1,4 @@ +| First Header | Second Header | +| ------------- | ------------- | +| Content Cell | Content Cell | +| Content Cell | Content Cell |