mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Debug WIP: Fixed typo
This commit is contained in:
parent
d593ec8c3d
commit
e2585df31f
2 changed files with 4 additions and 4 deletions
4
.github/workflows/benchmark-cachegrind.yml
vendored
4
.github/workflows/benchmark-cachegrind.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/benchmark.yml
vendored
4
.github/workflows/benchmark.yml
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue