diff --git a/projects/rocprofiler-sdk/.github/workflows/continuous_integration.yml b/projects/rocprofiler-sdk/.github/workflows/continuous_integration.yml index 537e77d28d..78051ff49e 100644 --- a/projects/rocprofiler-sdk/.github/workflows/continuous_integration.yml +++ b/projects/rocprofiler-sdk/.github/workflows/continuous_integration.yml @@ -469,6 +469,7 @@ jobs: ## Tests + Samples $(get-full-md-contents all) + EOF echo 'CODECOVERAGE_REPORT< $GITHUB_OUTPUT @@ -484,10 +485,8 @@ jobs: with: github-token: ${{ secrets.TOKEN }} script: | - const commentIdentifier = ''; // Use this to identify your comment - const commentBody = ` - ${commentIdentifier} - ` + process.env.COMMENT_BODY; + const commentIdentifier = ''; // Used to identify codecov comment + const commentBody = process.env.COMMENT_BODY; // Fetch existing comments const { data: comments } = await github.rest.issues.listComments({