Skip to content

Commit 6cdd05a

Browse files
committed
tiny typo
1 parent 9dc5e84 commit 6cdd05a

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
@@ -161,7 +161,7 @@ jobs:
161161
id: checkForAffected
162162
if: github.event_name == 'pull_request'
163163
with:
164-
base: ${{ github.event.pull_request.base.sha }}
164+
base: ${{ github.event.pull_request.base.sha }}
165165
head: ${{ env.HEAD_COMMIT }}
166166

167167
- name: Check build cache

0 commit comments

Comments
 (0)