Skip to content

Commit 33bc34c

Browse files
committed
Fix branch name
1 parent 67b332b commit 33bc34c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Fetch and Diff PR with base from which it was cloned
2121
if: ${{ github.event.pull_request.base.sha }}
2222
run: |
23-
git fetch origin main "${{ github.event.pull_request.base.sha }}"
23+
git fetch origin master "${{ github.event.pull_request.base.sha }}"
2424
git diff --diff-filter=ACM --name-only "${{ github.event.pull_request.base.sha }}" "${{ github.sha }}" > "${HOME}/changed_files.txt"
2525
- name: Set up Python ${{ matrix.python-version }}
2626
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)