From 2dc4adee11c85f327cc1bf10c07ebee4df3c1256 Mon Sep 17 00:00:00 2001 From: droak Date: Wed, 11 Sep 2024 03:18:27 +0900 Subject: [PATCH] remove invalid syntax --- .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 71af3eb7..7096a8bf 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -40,7 +40,7 @@ jobs: echo 'EOF' >> $GITHUB_OUTPUT - uses: actions/github-script@v6 env: - BENCHMARK_RESULT: ${{ steps.benchmark-result.outputs.BENCHMARK_RESULT | utf8 }} + BENCHMARK_RESULT: ${{ steps.benchmark-result.outputs.BENCHMARK_RESULT }} with: github-token: ${{secrets.GITHUB_TOKEN}} script: |