Debug WIP: Fixed typo

This commit is contained in:
Allan Jeremy 2022-05-25 18:09:38 +03:00
parent d593ec8c3d
commit e2585df31f
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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)