From abe5626fcb0fda3e28b7f2309894892e3fe76d8a Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Tue, 24 May 2022 20:23:43 +0300 Subject: [PATCH] Debug WIP: Updated checkout action path in benchmark cachegrind --- .github/workflows/benchmark-cachegrind.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/benchmark-cachegrind.yml b/.github/workflows/benchmark-cachegrind.yml index c6185616..fbcea003 100644 --- a/.github/workflows/benchmark-cachegrind.yml +++ b/.github/workflows/benchmark-cachegrind.yml @@ -65,6 +65,7 @@ jobs: repository: AllanJeremy/luau-benchmark-results ref: "main" token: "${{ secrets.BENCH_GITHUB_TOKEN }}" + path: "." - name: Checkout benchmark results (gh-pages) run: |