From 273515b231a2b4d187961a06abcdb54325e369ed Mon Sep 17 00:00:00 2001 From: Rory Conlin Date: Wed, 11 Dec 2024 11:20:59 -0500 Subject: [PATCH] Update syntax for pr commenter action --- .github/workflows/benchmark.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index e2489e9fc..9f13a85de 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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'