From e2585df31ff6e44bc3c3897ec438d340768ca821 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Wed, 25 May 2022 18:09:38 +0300 Subject: [PATCH] Debug WIP: Fixed typo --- .github/workflows/benchmark-cachegrind.yml | 4 ++-- .github/workflows/benchmark.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/benchmark-cachegrind.yml b/.github/workflows/benchmark-cachegrind.yml index dd5b1a2b..ca6e76df 100644 --- a/.github/workflows/benchmark-cachegrind.yml +++ b/.github/workflows/benchmark-cachegrind.yml @@ -60,8 +60,8 @@ jobs: - name: Checkout Benchmark Results repository uses: actions/checkout@v3 with: - repository: ${{ matrix.benchmarkResultsRepo.name }} - ref: ${{ matrix.benchmarkResultsRepo.branch }} + repository: ${{ matrix.benchResultsRepo.name }} + ref: ${{ matrix.benchResultsRepo.branch }} path: "./gh-pages" #Run `github-action-benchmark` action diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index b0cdbbb3..f3fc90a3 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -54,8 +54,8 @@ jobs: - name: Checkout Benchmark Results repository uses: actions/checkout@v3 with: - repository: ${{ matrix.benchmarkResultsRepo.name }} - ref: ${{ matrix.benchmarkResultsRepo.branch }} + repository: ${{ matrix.benchResultsRepo.name }} + ref: ${{ matrix.benchResultsRepo.branch }} path: "./gh-pages" - name: Print gh-pages directory (benchmark results repo expected)