Skip to content

Commit

Permalink
Update syntax for pr commenter action (#1455)
Browse files Browse the repository at this point in the history
For some reason the PR that updates the action version ran the older
version of the action?
  • Loading branch information
f0uriest authored Dec 11, 2024
2 parents 0959689 + 273515b commit 61e5034
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ jobs:
if: env.has_changes == 'true'
uses: thollander/actions-comment-pull-request@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
with:
filePath: tests/benchmarks/commit_msg.txt
comment_tag: benchmark
file-path: tests/benchmarks/commit_msg.txt
comment-tag: benchmark

- name: Upload benchmark data
if: always() && env.has_changes == 'true'
Expand Down

0 comments on commit 61e5034

Please sign in to comment.