From b7f875e010beb6affc8101f9ac3d0f1429198769 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Wed, 23 Jun 2021 23:54:25 +0200 Subject: ci: fix pushing benchmark results to gh-pages (#11095) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77f33b96a..c8570c4e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -500,7 +500,7 @@ jobs: env: DENOBOT_PAT: ${{ secrets.DENOBOT_PAT }} run: | - git clone --depth 1 --branch gh_pages \ + git clone --depth 1 --branch gh-pages \ https://${DENOBOT_PAT}@github.com/denoland/benchmark_data.git \ gh-pages ./target/release/deno run --allow-all --unstable \ -- cgit v1.2.3