Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Apr 9, 2024
1 parent b0fdba2 commit 8f9f8ff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ jobs:
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
const results = process.env.RESULTS;
const resultsObject = JSON.parse(results);
const formattedResults = JSON.stringify(resultsObject, null, 2);
const pullRequestNumber = context.issue.number;
const results = `${{ env.RESULTS }}`;
github.rest.issues.createComment({
issue_number: pullRequestNumber,
owner: context.repo.owner,
Expand Down

0 comments on commit 8f9f8ff

Please sign in to comment.