We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b9983 commit b2d45c5Copy full SHA for b2d45c5
.github/actions/check-turbo-changes/action.yml
@@ -58,7 +58,7 @@ runs:
58
if: github.event_name == 'pull_request'
59
shell: bash
60
run: |
61
- pnpm exec turbo run build --filter="...[origin/${{ github.base_ref }}]" --dry-run=json 2>/dev/null > build.json
+ pnpm exec turbo run build --filter="...[${{ github.event.pull_request.base.sha }}]" --dry-run=json 2>/dev/null > build.json
62
63
- name: Get build json (Push based)
64
if: github.event_name == 'push'
0 commit comments