Skip to content

Commit 35f8c14

Browse files
committed
tiny typo
1 parent 0625490 commit 35f8c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
id: checkForAffected
161161
if: github.event_name == 'pull_request'
162162
with:
163-
base: ${{ github.event.pull_request.base.sha }}
163+
base: ${{ github.event.pull_request.base.sha }}
164164
head: ${{ env.HEAD_COMMIT }}
165165

166166
- name: Check build cache

0 commit comments

Comments
 (0)