From aaf1b428545b82d2835c94a2fa5364fecf896c74 Mon Sep 17 00:00:00 2001 From: Alex Woods Date: Tue, 15 Oct 2024 08:41:28 -0700 Subject: [PATCH] Fix duplicate comments from benchmark/comment on PR --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index bde64cb7997..b46c350f703 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -77,5 +77,5 @@ jobs: uses: thollander/actions-comment-pull-request@main with: message: ${{ steps.regressions.outputs.message }} - comment_tag: performance-regression + comment-tag: performance-regression GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}