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 - name: Checkout Benchmark Results repository
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
repository: ${{ matrix.benchmarkResultsRepo.name }} repository: ${{ matrix.benchResultsRepo.name }}
ref: ${{ matrix.benchmarkResultsRepo.branch }} ref: ${{ matrix.benchResultsRepo.branch }}
path: "./gh-pages" path: "./gh-pages"
#Run `github-action-benchmark` action #Run `github-action-benchmark` action

View file

@ -54,8 +54,8 @@ jobs:
- name: Checkout Benchmark Results repository - name: Checkout Benchmark Results repository
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
repository: ${{ matrix.benchmarkResultsRepo.name }} repository: ${{ matrix.benchResultsRepo.name }}
ref: ${{ matrix.benchmarkResultsRepo.branch }} ref: ${{ matrix.benchResultsRepo.branch }}
path: "./gh-pages" path: "./gh-pages"
- name: Print gh-pages directory (benchmark results repo expected) - name: Print gh-pages directory (benchmark results repo expected)