From c7a11c3668607a5ed98124e805f3a72bf07c5a25 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 30 Sep 2021 22:31:34 +0100 Subject: [PATCH] reverted previous commit --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 393b2b722..15f5475c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,9 @@ jobs: ref: ${{github.event.pull_request.base.sha}} repository: ${{github.event.pull_request.head.repo.full_name}} - run: | - git checkout ${{github.event.pull_request.head.ref}} git pull origin ${{github.event.pull_request.head.ref}} + git checkout ${{github.event.pull_request.head.ref}} + - name: Setup Node.js environment