Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Dec 20, 2021
1 parent 4c5bf0a commit 1cbdc19
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -166,9 +166,7 @@ jobs:
uses: actions/checkout@v2

- name: Deepen cloned repo
env:
BASE_SHA: ${{ github.event.pull_request.base.sha }}
run: 'git fetch --depth=1 origin $BASE_SHA:refs/tags/BASE'
run: 'git fetch --depth=1 origin ${{ github.base_ref }}:refs/tags/BASE'

- name: Setup Node.js
uses: actions/setup-node@v2
Expand All @@ -191,9 +189,7 @@ jobs:
uses: actions/checkout@v2

- name: Deepen cloned repo
env:
BASE_SHA: ${{ github.event.pull_request.base.sha }}
run: 'git fetch --depth=1 origin $BASE_SHA:refs/tags/BASE'
run: 'git fetch --depth=1 origin ${{ github.base_ref }}:refs/tags/BASE'

- name: Setup Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit 1cbdc19

Please sign in to comment.