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)