We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7025b33 commit 06bf550Copy full SHA for 06bf550
1 file changed
.github/workflows/breaking-change-check.yml
@@ -69,7 +69,7 @@ jobs:
69
# Checkout the branch to be merged into in PR
70
- name: Checkout base branch
71
if: ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'breaking-change') }}
72
- run: git checkout ${{ github.event.pull_request.base.ref }}
+ run: git checkout ${{ github.event.pull_request.base.sha }}
73
# Install dependencies for the base branch
74
- name: Install beta dependencies
75
if: ${{ matrix.flavor == 'beta' && github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'breaking-change') }}
0 commit comments