Skip to content

Commit

Permalink
Add spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-mills-cqc committed Apr 16, 2024
1 parent 1adca13 commit 01a6801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automatic_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.pull_request.number }}
body: ${{RETURN_TEST}}
body: ${{ RETURN_TEST }}
env:
RETURN_TEST: ${{ env.RETURN_TEST }}

Expand All @@ -113,7 +113,7 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'The results of the benchmarking are... ${{RETURN_TEST}}'
body: 'The results of the benchmarking are... ${{ RETURN_TEST }}'
})
env:
RETURN_TEST: ${{ env.RETURN_TEST }}
Expand Down

0 comments on commit 01a6801

Please sign in to comment.