diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 695c9bc..80f61de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 - with: - ref: ${{ github.head_ref }} - fetch-depth: 0 + uses: actions/checkout@v1 - name: Setup node and restore cached dependencies uses: actions/setup-node@v2