Cleanup: Updated checkout step name

This commit is contained in:
Allan Jeremy 2022-05-25 17:26:29 +03:00
parent bfa85f8b8c
commit 00e1a1a2ce

View file

@ -56,7 +56,7 @@ jobs:
- name: Run ${{ matrix.bench.title }} (Warm Cachegrind)
run: sudo bash ./scripts/run-with-cachegrind.sh python ./bench/bench.py "${{ matrix.bench.cachegrindTitle }}" ${{ matrix.bench.cachegrindIterCount }} | tee -a ${{ matrix.bench.script }}-output.txt
- name: Switch to & checkout benchmark results (gh-pages) repo
- name: Checkout Benchmark Results repository
uses: actions/checkout@v3
with:
repository: ${{ matrix.benchmarkResultsRepo.name }}