Skip to content

Commit

Permalink
fix: Fix arg names in post-comment action (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdavid authored Nov 12, 2024
1 parent ca8bdf5 commit a206977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/canbench-post-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
with:
message: |
${{ matrix.benchmark.result }}
comment_tag: ${{ matrix.benchmark.title }}
pr_number: ${{ needs.download-results.outputs.pr_number }}
comment-tag: ${{ matrix.benchmark.title }}
pr-number: ${{ needs.download-results.outputs.pr_number }}

0 comments on commit a206977

Please sign in to comment.