From 8f93f64c7f2bf22ef02ae444ccb388949bb76fa3 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 30 Sep 2021 22:29:47 +0100 Subject: [PATCH] Update ci.yml --- .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 fd68f3181..393b2b722 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 pull origin ${{github.event.pull_request.head.ref}} git checkout ${{github.event.pull_request.head.ref}} + git pull origin ${{github.event.pull_request.head.ref}} + - name: Setup Node.js environment uses: actions/setup-node@v2.3.0