We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5bf0a commit 1cbdc19Copy full SHA for 1cbdc19
.github/workflows/ci.yml
@@ -166,9 +166,7 @@ jobs:
166
uses: actions/checkout@v2
167
168
- name: Deepen cloned repo
169
- env:
170
- BASE_SHA: ${{ github.event.pull_request.base.sha }}
171
- run: 'git fetch --depth=1 origin $BASE_SHA:refs/tags/BASE'
+ run: 'git fetch --depth=1 origin ${{ github.base_ref }}:refs/tags/BASE'
172
173
- name: Setup Node.js
174
uses: actions/setup-node@v2
@@ -191,9 +189,7 @@ jobs:
191
189
192
190
193
194
195
196
197
198
199
0 commit comments