From 1410155a0ccbb65010fe2b9827df67abe28a2fdf Mon Sep 17 00:00:00 2001 From: Boshen Date: Sun, 12 Feb 2023 09:53:49 +0800 Subject: [PATCH] ci: fix invalid benchmark.yaml --- .github/workflows/benchmark.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 5b0fcef90..113540ea0 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -65,8 +65,8 @@ jobs: id: fc with: issue-number: ${{ github.event.pull_request.number }} - comment-author: 'github-actions[bot]' - body-includes: Parser Benchmark Results + comment-author: 'github-actions[bot]' + body-includes: Parser Benchmark Results - name: Write a new comment uses: peter-evans/create-or-update-comment@v2