From 93a8fe1c6197e57be212c42a07a19f58cf14bdde Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 19 May 2022 14:52:58 +0300 Subject: [PATCH] Updated gh-pages checkout command --- .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 b3ec4033..22157b3f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -52,12 +52,13 @@ jobs: uses: actions/checkout@v3 with: repository: AllanJeremy/luau-benchmark-results + ref: "main" - name: Checkout gh-pages run: | git status git fetch --no-tags --depth=1 origin main - git checkout --track origin/main + git checkout origin/main git pull git status