From 5c04f1511f603b561f1a0e4cfac440a3d98c1365 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 19 May 2022 14:35:07 +0300 Subject: [PATCH] Bugfix: Checkout multiple repos --- .github/workflows/benchmark.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index dff494b7..b3ec4033 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -48,11 +48,12 @@ jobs: - name: Run benchmark run: python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt - - name: Checkout gh-pages + - name: Switch to & checkout gh-pages repo uses: actions/checkout@v3 with: repository: AllanJeremy/luau-benchmark-results + - name: Checkout gh-pages run: | git status git fetch --no-tags --depth=1 origin main