Skip to content

Commit b2d45c5

Browse files
committed
test pull_request.base.sha
1 parent c0b9983 commit b2d45c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/check-turbo-changes/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
if: github.event_name == 'pull_request'
5959
shell: bash
6060
run: |
61-
pnpm exec turbo run build --filter="...[origin/${{ github.base_ref }}]" --dry-run=json 2>/dev/null > build.json
61+
pnpm exec turbo run build --filter="...[${{ github.event.pull_request.base.sha }}]" --dry-run=json 2>/dev/null > build.json
6262
6363
- name: Get build json (Push based)
6464
if: github.event_name == 'push'

0 commit comments

Comments
 (0)