From d8083a76a287eb943f4d5ef515219142d8b0a8b0 Mon Sep 17 00:00:00 2001 From: Koichi Nakamura Date: Thu, 6 May 2021 01:57:23 +0900 Subject: [PATCH] fixed a bug of .github/workflows/benchmark.yaml --- .github/workflows/benchmark.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index ee2bce5..c523c41 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -11,7 +11,7 @@ jobs: - name: take benchmarks run: | mkdir -p document - ./benchmark/gendoc.sh ${{ github.event.number }} | tee document/Benchmarks.md + ./benchmark/gendoc.sh ${{ github.sha }} | tee document/Benchmarks.md - name: upload to wiki uses: SwiftDocOrg/github-wiki-publish-action@v1 with: